Skip to content

Commit

Permalink
SaveSlots/UpdateUI: Fix Wsign-compare warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror committed Oct 26, 2021
1 parent ac91a48 commit 6825b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/gui/Saveslots.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static const int StateSlotsCount = 10;
class Saveslot
{
public:
u32 slot_num;
int slot_num;
bool empty;
wxDateTime updated;
u32 crc;
Expand Down

0 comments on commit 6825b5d

Please sign in to comment.