mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 19:47:52 -05:00
service: refactor server architecture
Converts services to have their own processes
This commit is contained in:
@ -29,6 +29,7 @@ public:
|
||||
private:
|
||||
Kernel::KernelCore& kernel;
|
||||
Kernel::KProcess* process{};
|
||||
bool process_created{false};
|
||||
};
|
||||
|
||||
} // namespace Service::KernelHelpers
|
||||
|
Reference in New Issue
Block a user