yuzu-fork/src/core/hle
bunnei c6de9657be hle: kernel: Implement named service ports using service interface factory.
- This allows us to create a new interface each time ConnectToNamedPort is called, removing the assumption that these are static.
2021-05-10 20:34:38 -07:00
..
kernel hle: kernel: Implement named service ports using service interface factory. 2021-05-10 20:34:38 -07:00
service hle: kernel: Implement named service ports using service interface factory. 2021-05-10 20:34:38 -07:00
ipc.h hle: ipc: Add declarations for TIPC. 2021-05-10 15:05:10 -07:00
ipc_helpers.h hle: ipc_helpers: Reserve session resource when we create a KSession. 2021-05-10 15:42:46 -07:00
lock.cpp Fix build on macOS and linux 2018-01-13 22:38:52 +00:00
lock.h Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
result.h audio_core: Make shadowing and unused parameters errors 2020-12-03 00:54:31 -05:00