Files
dolphin/Source/Core/Core/IOS
Léo Lam b2cf106ae9 IOS/FS: Fix FST write failure on some platforms
On some platforms (like Windows), the temporary file must be closed
before it can be renamed.

I guess nobody noticed this for so long because (1) the FS code has a
failsafe for missing FST entries (because existing users do not have
a FST), and most games do not care about file metadata;
(2) the write failures can only be seen in the logs.

Because we don't want this to break, I have turned the ERROR_LOGs into
PanicAlerts.
2020-04-18 12:42:12 +02:00
..
2018-05-30 11:40:05 +02:00
2019-06-20 11:50:02 -04:00
2019-07-21 09:37:06 +02:00
2020-01-13 20:07:59 -08:00
2018-05-30 11:40:05 +02:00
2018-05-09 21:08:24 +02:00