yuzu-android/src/core
Subv 94ee8fc97b Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation.
Ported from citra PR #3091

The delay specified here is from a Nintendo 3DS, and should be measured in a Nintendo Switch.

This change is enough to prevent Puyo Puyo Tetris's main thread starvation.
2018-02-18 13:25:48 -05:00
..
arm arm_dynarmic: Support direct page table access 2018-02-12 21:53:32 +00:00
file_sys file_sys: Clang format fixes. 2018-01-21 15:51:45 -05:00
frontend
gdbstub gdbstub: Silence formatting specifier warnings 2018-02-14 01:50:01 -05:00
hle Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. 2018-02-18 13:25:48 -05:00
hw
loader nso: Silence formatting specifier warnings 2018-02-14 01:52:55 -05:00
tracer
CMakeLists.txt pl_u: Implement basic shared font loading from RAM dump. 2018-02-14 22:22:41 -05:00
core_timing.cpp
core_timing.h
core.cpp Make a GPU class in VideoCore to contain the GPU state. 2018-02-11 23:44:12 -05:00
core.h Make a GPU class in VideoCore to contain the GPU state. 2018-02-11 23:44:12 -05:00
memory_hook.h memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00:00
memory_setup.h memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00:00
memory.cpp memory: Silence formatting sepecifier warnings 2018-02-14 01:54:54 -05:00
memory.h arm_dynarmic: Support direct page table access 2018-02-12 21:53:32 +00:00
perf_stats.cpp
perf_stats.h
settings.cpp
settings.h
telemetry_session.cpp
telemetry_session.h