mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-24 06:05:39 +01:00
Don't freak out if the file already exists... overwrite it.
This commit is contained in:
parent
1aa62003b9
commit
8054740900
@ -66,7 +66,7 @@ public:
|
||||
case eFileMode_Write:
|
||||
case eFileMode_WriteBinary:
|
||||
dwDesiredAccess = GENERIC_WRITE;
|
||||
dwOpenAction = CREATE_NEW;
|
||||
dwOpenAction = CREATE_ALWAYS;
|
||||
break;
|
||||
|
||||
case eFileMode_WriteAppend:
|
||||
|
Loading…
Reference in New Issue
Block a user