Files
Main_MiSTer/file_io.cpp
funkenzuzzler a9eb1f5c11 FileOpenEx: fix file mode mapping for O_WRONLY (#1100)
The x86 file sharing code opens files with O_WRONLY which maps
incorrectly to O_RDONLY. Fix this by explicitely mapping O_RDONLY
and O_WRONLY.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Co-authored-by: Sven Schnelle <svens@stackframe.org>
2026-02-23 19:42:55 +08:00

49 KiB