mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Let's try doing all I/O on the thread if threading is enabled, no matter how short.
This commit is contained in:
parent
3cd80e1c51
commit
c46b7fbe1b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue