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
|
||||
{
|
||||
public:
|
||||
u32 slot_num;
|
||||
int slot_num;
|
||||
bool empty;
|
||||
wxDateTime updated;
|
||||
u32 crc;
|
||||
|
|
Loading…
Reference in New Issue