From c53f4d0d63e051c28e95a588ad02c7c8c1cbe10a Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Sat, 16 Apr 2022 02:25:59 +0100 Subject: [PATCH] SPU2: Clean up warnings --- pcsx2/SPU2/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/SPU2/defs.h b/pcsx2/SPU2/defs.h index 76cb75fe87..a4a469335b 100644 --- a/pcsx2/SPU2/defs.h +++ b/pcsx2/SPU2/defs.h @@ -377,7 +377,7 @@ struct V_Core { static const uint NumVoices = 24; - int Index; // Core index identifier. + u32 Index; // Core index identifier. // Voice Gates -- These are SSE-related values, and must always be // first to ensure 16 byte alignment