mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Fix true clear string container in PPUModule.cpp
This commit is contained in:
parent
63a9421634
commit
45c31a99a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue