dolphin/Source/Core/Core/IOS/FS
Jordan Woyak 122ce28786 Present an error message when failing to open a file that should exist.
This could happen with savestate loads, permission issues, or use by other processes.
Prior to this Dolphin assumed any existing file could be opened and crashes from invalid variant access.
Failing to open a file during savestate load will likely still crash but at least the user will know why.
2018-12-03 19:07:42 -06:00
..
HostBackend Present an error message when failing to open a file that should exist. 2018-12-03 19:07:42 -06:00
FileSystem.cpp FS: Add a struct for modes 2018-06-03 20:45:35 +02:00
FileSystem.h FS: Add a struct for modes 2018-06-03 20:45:35 +02:00
FileSystemProxy.cpp FS: Add a struct for modes 2018-06-03 20:45:35 +02:00
FileSystemProxy.h