diff --git a/rpcs3/Emu/GameInfo.h b/rpcs3/Emu/GameInfo.h index 5db9d14712..d7b26c8874 100644 --- a/rpcs3/Emu/GameInfo.h +++ b/rpcs3/Emu/GameInfo.h @@ -24,7 +24,7 @@ struct GameInfo void Reset() { - path = ""; + path.clear(); name = "Unknown"; serial = "Unknown";