mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-04 02:45:12 +00: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