From 6825b5d79a5111e3b1c8ae0d849636df8808f915 Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Tue, 26 Oct 2021 21:35:29 +0200 Subject: [PATCH] SaveSlots/UpdateUI: Fix Wsign-compare warning. --- pcsx2/gui/Saveslots.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/gui/Saveslots.h b/pcsx2/gui/Saveslots.h index 0ebcf2a6ea..12d58435d2 100644 --- a/pcsx2/gui/Saveslots.h +++ b/pcsx2/gui/Saveslots.h @@ -43,7 +43,7 @@ static const int StateSlotsCount = 10; class Saveslot { public: - u32 slot_num; + int slot_num; bool empty; wxDateTime updated; u32 crc;