From 3b9f9dd4c5c46e411e774c090af4e8db7cd288d2 Mon Sep 17 00:00:00 2001 From: German Date: Mon, 18 Feb 2019 16:04:42 +0300 Subject: [PATCH] Fix true clear string container in GameInfo.h --- rpcs3/Emu/GameInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";