mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-24 19:38:32 -06:00
Fix true clear string container in PPUModule.cpp
This commit is contained in:
parent
63a9421634
commit
45c31a99a3
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user