Fix true clear string container in PPUModule.cpp

This commit is contained in:
German 2019-02-18 15:54:46 +03:00 committed by Ivan
parent 63a9421634
commit 45c31a99a3

View file

@ -1433,7 +1433,7 @@ void ppu_load_exec(const ppu_exec_object& elf)
}
// Set path (TODO)
_main->name = "";
_main->name.clear();
_main->path = vfs::get(Emu.argv[0]);
// Analyse executable (TODO)