mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-06 20:00:37 -05:00
b5e7c417ff
On Windows, File::GetTempFilenameForAtomicWrite returns a path
somewhere in C:\Users\XXX\AppData\Local\Temp\{UUID here}\
in which all writes just fail.
Just use the SYSCONF path + ".tmp" for the temporary file name.