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
David 0b6da0c1ab Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
* Added svcCreateSharedMemory

* Services which are not implemented now throw UNIMPLEMENTED()

* clang-format

* changed perms to u32

* removed camelcase
2018-01-19 19:35:25 -05:00
..
kernel Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) 2018-01-19 19:35:25 -05:00
service Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) 2018-01-19 19:35:25 -05:00
config_mem.cpp
config_mem.h
ipc.h Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96) 2018-01-18 14:54:34 -05:00
ipc_helpers.h Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96) 2018-01-18 14:54:34 -05:00
lock.cpp Fix build on macOS and linux 2018-01-13 22:38:52 +00:00
lock.h
result.h hle: Use Switch formatted result codes. 2017-10-31 19:26:11 -04:00
romfs.cpp
romfs.h
shared_page.cpp CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) 2018-01-08 19:10:25 -05:00
shared_page.h