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
Yuri Kunde Schlesner e321decf98 Remove SyncRequest from K::Object and create a new K::Session type
This is a first step at fixing the conceptual insanity that is our
handling of service and IPC calls. For now, interfaces still directly
derived from Session because we don't have the infrastructure to do it
properly. (That is, Processes and scheduling them.)
10 years ago
..
citra
citra_qt Remove old logging system 10 years ago
common Restore the original console color after logging a message. 10 years ago
core Remove SyncRequest from K::Object and create a new K::Session type 10 years ago
video_core
CMakeLists.txt