mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Improvements to saving and cellFsStat
This commit is contained in:
parent
31aef6460d
commit
052692ac8c
6 changed files with 110 additions and 14 deletions
|
@ -181,6 +181,8 @@ bool Emulator::BootGame(const std::string& path, bool direct, int device)
|
|||
Emu.GetVFS().GetDevice("dev_hdd0", pathy);
|
||||
else if (device == 1)
|
||||
Emu.GetVFS().GetDevice("dev_hdd1", pathy);
|
||||
else if (device == 2)
|
||||
Emu.GetVFS().GetDevice("dev_bdvd", pathy);
|
||||
|
||||
curpath = pathy.substr(0, pathy.length() - 9) + path;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue