2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle/kernel
Yuri Kunde Schlesner e2c7954be5 Memory: Move address type conversion routines to memory.cpp/h
These helpers aren't really part of the kernel, and mem_map.cpp/h is
going to be moved there next.
2015-08-16 01:03:46 -03:00
..
address_arbiter.cpp
address_arbiter.h
event.cpp Kernel: Remove unused member from Event 2015-07-11 23:49:51 -03:00
event.h Kernel: Remove unused member from Event 2015-07-11 23:49:51 -03:00
kernel.cpp Common: Cleanup key_map includes. 2015-06-28 00:36:54 +01:00
kernel.h Kernel: Add CodeSet case to Object::IsWaitable 2015-07-12 18:15:16 -03:00
mutex.cpp kernel: Fix svcWaitSynch to always acquire requested wait objects. 2015-06-16 22:34:39 -04:00
mutex.h
process.cpp Process: Store kernel compatibility version during loading 2015-08-16 01:03:45 -03:00
process.h Process: Store kernel compatibility version during loading 2015-08-16 01:03:45 -03:00
resource_limit.cpp Memory: Move address type conversion routines to memory.cpp/h 2015-08-16 01:03:46 -03:00
resource_limit.h Remove every trailing whitespace from the project (but externals). 2015-05-29 21:59:29 +01:00
semaphore.cpp kernel: Fix svcWaitSynch to always acquire requested wait objects. 2015-06-16 22:34:39 -04:00
semaphore.h
session.cpp
session.h Common: Cleanup key_map includes. 2015-06-28 00:36:54 +01:00
shared_memory.cpp
shared_memory.h Core: Fix applet includes using iwyu. 2015-07-12 22:10:37 +01:00
thread.cpp dyncom: Rename armdefs.h to armstate.h 2015-07-25 22:10:44 -04:00
thread.h Common: Cleanup key_map includes. 2015-06-28 00:36:54 +01:00
timer.cpp Remove every trailing whitespace from the project (but externals). 2015-05-29 21:59:29 +01:00
timer.h
vm_manager.cpp Kernel: Properly implement ControlMemory FREE and COMMIT 2015-08-16 01:03:45 -03:00
vm_manager.h Kernel: Properly implement ControlMemory FREE and COMMIT 2015-08-16 01:03:45 -03:00