mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-14 11:18:58 +02:00
[hle/acc] fix (false) return where it's just 2
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
c5b519380c
commit
03f8956367
1 changed files with 1 additions and 2 deletions
|
|
@ -712,9 +712,8 @@ public:
|
|||
private:
|
||||
void CheckAvailability(HLERequestContext& ctx) {
|
||||
LOG_DEBUG(Service_ACC, "(STUBBED) called");
|
||||
IPC::ResponseBuilder rb{ctx, 3};
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
rb.Push(ResultSuccess);
|
||||
rb.Push(false); // TODO: Check when this is supposed to return true and when not
|
||||
}
|
||||
|
||||
void GetAccountId(HLERequestContext& ctx) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue