hle: service: sm: Increase point buffer size.

This commit is contained in:
bunnei 2021-05-10 15:43:42 -07:00
parent 9f44a44f2f
commit cfed6936f3

View File

@ -44,7 +44,7 @@ void Controller::QueryPointerBufferSize(Kernel::HLERequestContext& ctx) {
IPC::ResponseBuilder rb{ctx, 3};
rb.Push(RESULT_SUCCESS);
rb.Push<u16>(0x1000);
rb.Push<u16>(0x8000);
}
// https://switchbrew.org/wiki/IPC_Marshalling