From c46b7fbe1b6bf8d626ae0f5b360400f14cb84e1f Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Wed, 21 Aug 2013 20:50:45 +0200 Subject: [PATCH] Let's try doing all I/O on the thread if threading is enabled, no matter how short. --- Core/HLE/sceIo.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Core/HLE/sceIo.cpp b/Core/HLE/sceIo.cpp index 7cc8305252..d47eccd9c2 100644 --- a/Core/HLE/sceIo.cpp +++ b/Core/HLE/sceIo.cpp @@ -111,7 +111,8 @@ static bool ioManagerThreadEnabled = false; static std::thread *ioManagerThread; // TODO: Is it better to just put all on the thread? -const int IO_THREAD_MIN_DATA_SIZE = 256; +// Let's try. (was 256) +const int IO_THREAD_MIN_DATA_SIZE = 0; #define SCE_STM_FDIR 0x1000 #define SCE_STM_FREG 0x2000