yuzu/src/core/hle
bunnei 9e8608e8b1 svc: Stub out svcWaitSynchronization.
- This does not matter until we implement other kernel objects, mutexes use svcLockMutex for waiting.
2018-01-01 14:47:57 -05:00
..
kernel svc: Implement svcExitProcess. 2018-01-01 14:38:34 -05:00
service applet_oe: Stub out a bunch of interfaces necessary for boot. 2017-12-29 00:44:46 -05:00
config_mem.cpp Core: update Kernel Config Memory to latest version (11.2) 2017-01-30 11:29:00 +03:00
config_mem.h
function_wrappers.h function_wrappers: Cleanup, fix warnings, remove unused code. 2017-12-31 15:46:30 -05:00
ipc.h hle: Use Switch formatted result codes. 2017-10-31 19:26:11 -04:00
ipc_helpers.h kernel: Fix implementation of ConvertSessionToDomain. 2017-12-29 00:36:22 -05:00
lock.cpp Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
lock.h Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
result.h hle: Use Switch formatted result codes. 2017-10-31 19:26:11 -04:00
romfs.cpp apt: load shared font from system archive 2017-06-26 01:38:12 +03:00
romfs.h apt: load shared font from system archive 2017-06-26 01:38:12 +03:00
shared_page.cpp hle: Remove a large amount of 3ds-specific service code. 2017-10-10 17:32:14 -04:00
shared_page.h shared_page: stub battery state 2017-03-21 13:25:56 +02:00
svc.cpp svc: Stub out svcWaitSynchronization. 2018-01-01 14:47:57 -05:00
svc.h hle: Fix QueryMemory response for MemoryInfo. 2017-10-19 23:00:46 -04:00