mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Add pfat0: as another synonym for ms0:
Might fix Fired Up save issues as reported in #1290.
This commit is contained in:
parent
3af5a759b4
commit
40ee00bf46
@ -461,6 +461,7 @@ void __IoInit() {
|
||||
pspFileSystem.Mount("ms0:", memstickSystem);
|
||||
pspFileSystem.Mount("fatms0:", memstickSystem);
|
||||
pspFileSystem.Mount("fatms:", memstickSystem);
|
||||
pspFileSystem.Mount("pfat0:", memstickSystem);
|
||||
pspFileSystem.Mount("flash0:", flash0System);
|
||||
|
||||
__KernelListenThreadEnd(&TellFsThreadEnded);
|
||||
@ -504,6 +505,7 @@ void __IoShutdown() {
|
||||
pspFileSystem.Unmount("ms0:", memstickSystem);
|
||||
pspFileSystem.Unmount("fatms0:", memstickSystem);
|
||||
pspFileSystem.Unmount("fatms:", memstickSystem);
|
||||
pspFileSystem.Unmount("pfat0:", memstickSystem);
|
||||
pspFileSystem.Unmount("flash0:", flash0System);
|
||||
|
||||
delete memstickSystem;
|
||||
|
Loading…
Reference in New Issue
Block a user