Improvements to saving and cellFsStat

This commit is contained in:
Raul Tambre 2014-12-26 10:06:12 +02:00
parent 31aef6460d
commit 052692ac8c
6 changed files with 110 additions and 14 deletions

View file

@ -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;