mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
BACKENDS: WII: Start considering game paths as Path class
This commit is contained in:
parent
40dcce567b
commit
7853b05482
@ -163,7 +163,7 @@ void OSystem_Wii::quit() {
|
||||
|
||||
void OSystem_Wii::engineInit() {
|
||||
_gameRunning = true;
|
||||
WiiFilesystemFactory::instance().umountUnused(ConfMan.get("path"));
|
||||
WiiFilesystemFactory::instance().umountUnused(ConfMan.getPath("path").toString(Common::Path::kNativeSeparator));
|
||||
}
|
||||
|
||||
void OSystem_Wii::engineDone() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user