aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ryujinx.HLE/HOS/Ipc/IpcHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Ipc/IpcHandler.cs b/Ryujinx.HLE/HOS/Ipc/IpcHandler.cs
index beb7878f..dd36871a 100644
--- a/Ryujinx.HLE/HOS/Ipc/IpcHandler.cs
+++ b/Ryujinx.HLE/HOS/Ipc/IpcHandler.cs
@@ -67,7 +67,7 @@ namespace Ryujinx.HLE.HOS.Ipc
case 3:
{
- request = FillResponse(response, 0, 0x500);
+ request = FillResponse(response, 0, 0x1000);
break;
}