fix cd based beetle cores

This commit is contained in:
Tunip3 2021-08-10 17:24:31 +01:00
parent 075783d4f7
commit a4017e69e4

View File

@ -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
{