mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
fix cd based beetle cores
This commit is contained in:
parent
075783d4f7
commit
a4017e69e4
@ -380,7 +380,7 @@ libretro_vfs_implementation_file *retro_vfs_file_open_impl(
|
||||
if (mode == RETRO_VFS_FILE_ACCESS_READ)
|
||||
{
|
||||
desireAccess = GENERIC_READ;
|
||||
creationDisposition = OPEN_ALWAYS;
|
||||
creationDisposition = OPEN_EXISTING;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user