mirror of https://github.com/PCSX2/pcsx2.git
SaveSlots/UpdateUI: Fix Wsign-compare warning.
This commit is contained in:
parent
ac91a48182
commit
6825b5d79a
|
@ -43,7 +43,7 @@ static const int StateSlotsCount = 10;
|
||||||
class Saveslot
|
class Saveslot
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
u32 slot_num;
|
int slot_num;
|
||||||
bool empty;
|
bool empty;
|
||||||
wxDateTime updated;
|
wxDateTime updated;
|
||||||
u32 crc;
|
u32 crc;
|
||||||
|
|
Loading…
Reference in New Issue