mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-08 15:18:22 +00:00
Merge pull request #6007 from bunnei/ldn-error
core: hle: ldn: Error out on call to Initialization.
This commit is contained in:
commit
9e9341f4b4
|
|
@ -156,7 +156,7 @@ public:
|
|||
is_initialized = true;
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
rb.Push(ERROR_DISABLED);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Reference in a new issue