Skip to content

Commit

Permalink
Add pfat0: as another synonym for ms0:
Browse files Browse the repository at this point in the history
Might fix Fired Up save issues as reported in #1290.
  • Loading branch information
hrydgard committed Oct 13, 2013
1 parent 3af5a75 commit 40ee00b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/HLE/sceIo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 40ee00b

Please sign in to comment.