You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src
Subv 073653e858 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
All handles obtained via srv::GetServiceHandle or svcConnectToPort are references to ClientSessions.
Service modules will wait on the counterpart of those ClientSessions (Called ServerSessions) using svcReplyAndReceive or svcWaitSynchronization[1|N], and will be awoken when a SyncRequest is performed.

HLE Interfaces are now ClientPorts which override the HandleSyncRequest virtual member function to perform command handling immediately.
9 years ago
..
audio_core Improve verbosity of audio errors with SDL_GetError() 9 years ago
citra Merge pull request #2196 from Subv/system_mode 9 years ago
citra_qt Merge pull request #2196 from Subv/system_mode 9 years ago
common Merge pull request #2228 from freiro/winver_fix 9 years ago
core Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. 9 years ago
tests tests: add a work-around for macOS linking error 9 years ago
video_core ClangFormat: Fixed the clang-format errors 9 years ago
.clang-format
CMakeLists.txt