suyu/src/core
David 3bb63bc0b3
Merge pull request #3967 from FearlessTobi/keys-singleton
crypto: Make KeyManager a singleton class
2020-07-01 14:16:26 +10:00
..
arm Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
crypto crypto: Make KeyManager a singleton class 2020-05-20 21:28:16 +02:00
file_sys Merge pull request #3967 from FearlessTobi/keys-singleton 2020-07-01 14:16:26 +10:00
frontend frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413) 2020-05-15 22:22:27 +02:00
gdbstub General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
hle Merge pull request #3967 from FearlessTobi/keys-singleton 2020-07-01 14:16:26 +10:00
loader loader: nro: Fix process initialization using ProgramMetadata default. 2020-04-20 18:19:45 -04:00
memory General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -04:00
tools General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -04:00
CMakeLists.txt ARM: Update Dynarmic and Setup A32 according to latest interface. 2020-06-27 11:36:26 -04:00
constants.cpp
constants.h
core.cpp Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
core.h Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
core_timing.cpp Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
core_timing.h Audio: Correct buffer release for host timing. 2020-06-27 11:36:23 -04:00
core_timing_util.cpp SingleCore: Use Cycle Timing instead of Host Timing. 2020-06-27 11:36:01 -04:00
core_timing_util.h SingleCore: Use Cycle Timing instead of Host Timing. 2020-06-27 11:36:01 -04:00
cpu_manager.cpp General: Tune the priority of main emulation threads so they have higher priority than less important helper threads. 2020-06-27 11:36:09 -04:00
cpu_manager.h General: Correct rebase, sync gpu and context management. 2020-06-27 11:36:08 -04:00
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h General: Add Asserts 2020-06-27 11:35:21 -04:00
memory.cpp General: Initial Setup for Single Core. 2020-06-27 11:35:42 -04:00
memory.h ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 2020-06-27 11:35:37 -04:00
perf_stats.cpp FrameLimiting: Enable frame limiting for single core. 2020-06-27 11:36:01 -04:00
perf_stats.h
reporter.cpp Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
reporter.h service: Update function tables 2020-04-20 15:53:49 -04:00
settings.cpp Add a "Mute Audio" hotkey 2020-06-26 06:03:29 +02:00
settings.h Add a "Mute Audio" hotkey 2020-06-26 06:03:29 +02:00
telemetry_session.cpp yuzu: Add frontend settings for assembly shaders 2020-05-19 17:53:17 -03:00
telemetry_session.h