mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-24 13:35:49 +02:00
Saveslots: Initialize serialName to a blank string.
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
empty = true;
|
||||
updated = wxInvalidDateTime;
|
||||
crc = ElfCRC;
|
||||
serialName = DiscSerial;
|
||||
serialName = L"";
|
||||
menu_update = false;
|
||||
invalid_cache = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user