From bea4e56d5d0fbcca7efbf92ad35c844b976ff617 Mon Sep 17 00:00:00 2001 From: Shanoah Alkire Date: Mon, 10 Dec 2018 19:55:54 -0800 Subject: [PATCH] Saveslots: Initialize serialName to a blank string. --- pcsx2/gui/Saveslots.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/gui/Saveslots.h b/pcsx2/gui/Saveslots.h index 8dc30a7df2..7f422056cd 100644 --- a/pcsx2/gui/Saveslots.h +++ b/pcsx2/gui/Saveslots.h @@ -54,7 +54,7 @@ public: empty = true; updated = wxInvalidDateTime; crc = ElfCRC; - serialName = DiscSerial; + serialName = L""; menu_update = false; invalid_cache = true; }