mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Io: Correct async priority default on async open.
This commit is contained in:
parent
6a196c04a9
commit
3474339109
1 changed files with 1 additions and 1 deletions
|
@ -2062,7 +2062,7 @@ static u32 sceIoOpenAsync(const char *filename, int flags, int mode)
|
|||
|
||||
auto ¶ms = asyncParams[fd];
|
||||
params.op = IoAsyncOp::OPEN;
|
||||
params.priority = -1;
|
||||
params.priority = asyncDefaultPriority;
|
||||
params.open.filenameAddr = PARAM(0);
|
||||
params.open.flags = flags;
|
||||
params.open.mode = mode;
|
||||
|
|
Loading…
Add table
Reference in a new issue