mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 03:23:34 +00:00
hle: service: sm: Increase point buffer size.
This commit is contained in:
@@ -44,7 +44,7 @@ void Controller::QueryPointerBufferSize(Kernel::HLERequestContext& ctx) {
|
|||||||
|
|
||||||
IPC::ResponseBuilder rb{ctx, 3};
|
IPC::ResponseBuilder rb{ctx, 3};
|
||||||
rb.Push(RESULT_SUCCESS);
|
rb.Push(RESULT_SUCCESS);
|
||||||
rb.Push<u16>(0x1000);
|
rb.Push<u16>(0x8000);
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://switchbrew.org/wiki/IPC_Marshalling
|
// https://switchbrew.org/wiki/IPC_Marshalling
|
||||||
|
|||||||
Reference in New Issue
Block a user