SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit f6de7b3fbdc9ff1a0a4b53017232bc5845423c76 parent 12655cb50c27fb6d6c79b856023f6b78af22dc87 Author: Lior Halphon <LIJI32@gmail.com> Date: Mon, 25 Jul 2022 22:43:56 +0300 This is wrong Diffstat:
| M | Windows/stdio.h | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Windows/stdio.h b/Windows/stdio.h @@ -4,8 +4,8 @@ #include <stdarg.h> int access(const char *filename, int mode); -#define R_OK 2 -#define W_OK 4 +#define R_OK 4 +#define W_OK 2 #ifndef __MINGW32__ #ifndef __LIBRETRO__
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.