citra/src/tests/core
bamsbamx dbfd830695 kernel: Let the kernel handle all page table changes when switching processes
It will both change the page table in memory and notify the CPU about the change by itself. This way there is no need to call memory.SetCurrentPageTable() when kernel.setCurrentProcess() and the management is kept internally in the kernel
2019-06-26 00:39:11 +02:00
..
arm kernel: Let the kernel handle all page table changes when switching processes 2019-06-26 00:39:11 +02:00
file_sys Port "externals: Update catch to 2.3.0" from yuzu (#4060) 2018-08-24 19:45:57 +02:00
hle/kernel kernel/server_session: Return a std::pair from CreateSessionPair() 2019-04-15 21:46:57 +02:00
memory ARM: pass MemorySystem separately in the constructor and make System optional 2019-02-14 14:04:46 -05:00
core_timing.cpp CoreTiming: wrap into class 2018-11-04 10:26:38 -05:00