SPU2: Clean up warnings

This commit is contained in:
refractionpcsx2 2022-04-16 02:25:59 +01:00
parent cbb3134740
commit c53f4d0d63
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ struct V_Core
{ {
static const uint NumVoices = 24; 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 // Voice Gates -- These are SSE-related values, and must always be
// first to ensure 16 byte alignment // first to ensure 16 byte alignment