mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 23:27:57 -05:00
service: refactor server architecture
Converts services to have their own processes
This commit is contained in:
@ -139,7 +139,7 @@ private:
|
||||
Core::System& system;
|
||||
};
|
||||
|
||||
void InstallInterfaces(Core::System& system);
|
||||
void LoopProcess(Core::System& system);
|
||||
|
||||
// A class that wraps a VfsDirectory with methods that return ResultVal and Result instead of
|
||||
// pointers and booleans. This makes using a VfsDirectory with switch services much easier and
|
||||
|
Reference in New Issue
Block a user