coreinit: Fix order of arguments for FSOpenFileExAsync

This commit is contained in:
Maschell
2022-08-05 23:22:58 +02:00
committed by fincs
parent 414843d274
commit f26ef1a7a4

View File

@@ -591,10 +591,10 @@ FSOpenFileExAsync(FSClient *client,
FSCmdBlock *block,
const char *path,
const char *mode,
FSFileHandle *outHandle,
FSMode createMode,
FSOpenFileFlags openFlag,
uint32_t preallocSize,
FSFileHandle *handle,
FSErrorFlag errorMask,
FSAsyncData *asyncData);