mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
Revert part of r6bfb8c9597dc so new memory card files will be created.
some how I neglected to remember that r+ requires the file to exist. still should fix the issue with 0 byte memory cards. This reverts commit 6bfb8c9597dc0086c406d02d391307e37cf9d4f0.
This commit is contained in:
parent
702905131b
commit
87954dacad
@ -110,7 +110,7 @@ void innerFlush(FlushData* data)
|
||||
SplitPath(data->filename, &dir, 0, 0);
|
||||
if (!File::IsDirectory(dir))
|
||||
File::CreateFullPath(dir);
|
||||
pFile.Open(data->filename, "r+b");
|
||||
pFile.Open(data->filename, "wb");
|
||||
}
|
||||
|
||||
if (!pFile) // Note - pFile changed inside above if
|
||||
|
Loading…
x
Reference in New Issue
Block a user