Skip to content

Commit

Permalink
coreinit: Fix order of arguments for FSOpenFileExAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell authored and fincs committed Aug 5, 2022
1 parent 414843d commit f26ef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/coreinit/filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f26ef1a

Please sign in to comment.