suyu/src/core
Lioncash 433b59c112 kernel/svc: Migrate svcCancelSynchronization behavior to a thread function
The actual behavior of this function is slightly more complex than what
we're currently doing within the supervisor call. To avoid dumping most
of this behavior in the supervisor call itself, we can migrate this to
another function.
2019-04-17 09:30:56 -04:00
..
arm kernel/svc: Deglobalize the supervisor call handlers 2019-04-07 20:30:05 -04:00
crypto
file_sys Merge pull request #1957 from DarkLordZach/title-provider 2019-04-09 19:16:37 -04:00
frontend Merge pull request #2017 from jroweboy/glwidget 2019-04-13 22:08:40 -04:00
gdbstub
hle kernel/svc: Migrate svcCancelSynchronization behavior to a thread function 2019-04-17 09:30:56 -04:00
loader Merge pull request #1957 from DarkLordZach/title-provider 2019-04-09 19:16:37 -04:00
tracer
CMakeLists.txt
core.cpp
core.h
core_cpu.cpp kernel/svc: Deglobalize the supervisor call handlers 2019-04-07 20:30:05 -04:00
core_cpu.h
core_timing.cpp
core_timing.h
core_timing_util.cpp
core_timing_util.h
cpu_core_manager.cpp
cpu_core_manager.h
memory.cpp core/memory: Remove GetCurrentPageTable() 2019-04-07 02:47:37 -04:00
memory.h Merge pull request #2361 from lioncash/pagetable 2019-04-07 17:50:31 -04:00
memory_setup.h
perf_stats.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
perf_stats.h
settings.cpp
settings.h added a toggle to force 30fps mode 2019-04-09 02:14:03 +03:00
telemetry_session.cpp
telemetry_session.h