early-access version 1615

This commit is contained in:
pineappleEA
2021-04-20 12:40:19 +02:00
parent 68c7a73ce2
commit 242b6f6b49
8 changed files with 24 additions and 16 deletions

View File

@@ -104,9 +104,10 @@ void GetKeyCodeMapImpl(Kernel::HLERequestContext& ctx) {
layout = key_code->second;
}
ctx.WriteBuffer(layout);
IPC::ResponseBuilder rb{ctx, 2};
rb.Push(RESULT_SUCCESS);
ctx.WriteBuffer(layout);
}
} // Anonymous namespace