mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 18:35:40 +01:00
core: hle: ldn: Error out on call to Initialization.
- Since we do not emulate LDN, returning an error here makes more sense.
This commit is contained in:
parent
09f7c355c6
commit
ab65cb499d
@ -156,7 +156,7 @@ public:
|
|||||||
is_initialized = true;
|
is_initialized = true;
|
||||||
|
|
||||||
IPC::ResponseBuilder rb{ctx, 2};
|
IPC::ResponseBuilder rb{ctx, 2};
|
||||||
rb.Push(RESULT_SUCCESS);
|
rb.Push(ERROR_DISABLED);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user