Skip to content

Commit

Permalink
Add openFlags to IO driver
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Jan 2, 2024
1 parent a4b7945 commit 8c5f3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/gs/src/gsInit.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <osd_config.h>
#include <rom0_info.h>

#define posixIODriver { open, close, read }
#define posixIODriver { open, close, (int (*)(int, void *, int))read, O_RDONLY }

#if F__gsInit_internal
u8 __modelSupportsGetGsDxDyOffset;
Expand Down

0 comments on commit 8c5f3f4

Please sign in to comment.