mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-12 02:44:00 +00:00
Tests show io open also rescheds, async or not.
This commit is contained in:
parent
b2ef54e194
commit
f75f2748b1
@ -382,6 +382,8 @@ u32 sceIoOpen(const char* filename, int mode) {
|
||||
if (mode & O_CREAT)
|
||||
access |= FILEACCESS_CREATE;
|
||||
|
||||
hleReSchedule("file opened");
|
||||
|
||||
u32 h = pspFileSystem.OpenFile(filename, (FileAccess) access);
|
||||
if (h == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user