suyu/src/core
Lioncash 2de124e223 svc: Remove unnecessary casts
Simplifies and removes some casts. In all cases, these were generally
widening from a 32-bit unsigned type to a 64-bit unsigned type, so no
information would be lost from the conversion.
2020-12-08 15:42:10 -05:00
..
arm core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 2020-11-29 01:31:52 -08:00
crypto Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
file_sys video_core: Resolve more variable shadowing scenarios pt.3 2020-12-05 16:02:23 -05:00
frontend Merge pull request #4939 from german77/MouseInput 2020-11-29 22:59:50 -08:00
hle svc: Remove unnecessary casts 2020-12-08 15:42:10 -05:00
loader core: Eliminate remaining usages of the global system instance 2020-11-27 11:40:45 -05:00
memory core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
network CMakeLists,network: Create YUZU_UNIX macro to replace __unix__ 2020-12-06 18:56:40 -05:00
tools freezer: Move entry finding to its own function 2020-08-06 03:11:21 -04:00
CMakeLists.txt core: Eliminate remaining usages of the global system instance 2020-11-27 11:40:45 -05:00
constants.cpp
constants.h
core.cpp core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 2020-11-29 01:31:52 -08:00
core.h core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 2020-11-29 01:31:52 -08:00
core_timing.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
core_timing.h audio_core: Make shadowing and unused parameters errors 2020-12-03 00:54:31 -05:00
core_timing_util.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
core_timing_util.h Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
cpu_manager.cpp hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 2020-11-29 01:31:51 -08:00
cpu_manager.h
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp memory: Resolve -Wdocumentation warning for Write() 2020-12-08 12:44:58 -05:00
memory.h
perf_stats.cpp common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
perf_stats.h
reporter.cpp common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
reporter.h
settings.cpp core: Eliminate remaining usages of the global system instance 2020-11-27 11:40:45 -05:00
settings.h Merge pull request #5020 from german77/AnalogfromButtonFix 2020-12-08 10:30:21 +08:00
telemetry_session.cpp patch_manager: Remove usages of the global system instance 2020-11-18 09:36:48 -05:00
telemetry_session.h patch_manager: Remove usages of the global system instance 2020-11-18 09:36:48 -05:00