mirror of https://github.com/PCSX2/pcsx2.git
SPU2: Clean up warnings
This commit is contained in:
parent
cbb3134740
commit
c53f4d0d63
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue