mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-08 16:15:44 +00:00
hle: service: sm: Improve Initialize implementation.
This commit is contained in:
@@ -107,6 +107,8 @@ SM::~SM() = default;
|
||||
void SM::Initialize(Kernel::HLERequestContext& ctx) {
|
||||
LOG_DEBUG(Service_SM, "called");
|
||||
|
||||
is_initialized = true;
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user