mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-26 04:18:36 -06:00
Fix true clear string container in GameInfo.h
This commit is contained in:
parent
45c31a99a3
commit
3b9f9dd4c5
@ -24,7 +24,7 @@ struct GameInfo
|
||||
|
||||
void Reset()
|
||||
{
|
||||
path = "";
|
||||
path.clear();
|
||||
|
||||
name = "Unknown";
|
||||
serial = "Unknown";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user