aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-05-10 15:43:42 -0700
committerbunnei <bunneidev@gmail.com>2021-05-10 15:43:42 -0700
commitcfed6936f3c0d912bcc05f640341adb990b61d90 (patch)
tree74e5f473b7b84b613a440815e9bbc2d476f23a1b /src
parent9f44a44f2f6d55ccbc75f9f630c1fc9dd0174d47 (diff)
hle: service: sm: Increase point buffer size.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/sm/controller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/sm/controller.cpp b/src/core/hle/service/sm/controller.cpp
index ee026e22f0..a8f5125aba 100644
--- a/src/core/hle/service/sm/controller.cpp
+++ b/src/core/hle/service/sm/controller.cpp
@@ -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