mirror of https://github.com/PCSX2/pcsx2.git
Saveslots: Initialize serialName to a blank string.
This commit is contained in:
parent
80af99bb44
commit
bea4e56d5d
|
@ -54,7 +54,7 @@ public:
|
||||||
empty = true;
|
empty = true;
|
||||||
updated = wxInvalidDateTime;
|
updated = wxInvalidDateTime;
|
||||||
crc = ElfCRC;
|
crc = ElfCRC;
|
||||||
serialName = DiscSerial;
|
serialName = L"";
|
||||||
menu_update = false;
|
menu_update = false;
|
||||||
invalid_cache = true;
|
invalid_cache = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue