mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 14:07:51 -05:00
hle: service: sm: Improve Initialize implementation.
This commit is contained in:
@ -44,6 +44,7 @@ private:
|
||||
void UnregisterService(Kernel::HLERequestContext& ctx);
|
||||
|
||||
std::shared_ptr<ServiceManager> service_manager;
|
||||
bool is_initialized{};
|
||||
Kernel::KernelCore& kernel;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user