yuzu/src/core
Nikita Strygin cf7e4bda92 Implement ExitProcess svc
Currently this just stops all the emulation
This works under assumption that only application will try to use
ExitProcess, with services not touching it
If application exits - it quite makes sense to end the emulation
2022-06-16 21:35:34 +03:00
..
arm core: centralize profile scope for Dynarmic 2022-06-14 18:19:04 -04:00
crypto common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
debugger kernel: implement KProcess suspension 2022-06-14 10:04:11 -04:00
file_sys general: fix compilation on GCC 12 2022-06-13 20:09:30 -04:00
frontend common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
hid common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
hle Implement ExitProcess svc 2022-06-16 21:35:34 +03:00
loader general: fix compilation on MinGW GCC 12 2022-06-13 20:09:32 -04:00
memory general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
network general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
tools common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
CMakeLists.txt CMakeLists: Make variable shadowing a compile-time error 2022-06-13 18:19:23 -04:00
constants.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
constants.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
core.cpp kernel: implement KProcess suspension 2022-06-14 10:04:11 -04:00
core.h kernel: implement KProcess suspension 2022-06-14 10:04:11 -04:00
core_timing.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
core_timing.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
core_timing_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
cpu_manager.cpp Merge pull request #8457 from liamwhite/kprocess-suspend 2022-06-16 02:41:12 +02:00
cpu_manager.h kernel: implement KProcess suspension 2022-06-14 10:04:11 -04:00
device_memory.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
device_memory.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hardware_interrupt_manager.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hardware_interrupt_manager.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
hardware_properties.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
memory.cpp core/debugger: Implement new GDB stub debugger 2022-06-01 00:01:25 -04:00
memory.h core/debugger: Implement new GDB stub debugger 2022-06-01 00:01:25 -04:00
perf_stats.cpp core: Replace lock_guard with scoped_lock 2022-04-07 19:44:07 +01:00
perf_stats.h
reporter.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
reporter.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
telemetry_session.cpp
telemetry_session.h