mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-22 02:25:05 -05:00
coreinit: Fix order of arguments for FSOpenFileExAsync
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user