apu/dsp: Mark function-scope const arrays as static [jSTE0]] (#1012)

This commit is contained in:
saulfabreg Wii VC Project 2022-06-03 14:50:48 -05:00 committed by GitHub
parent 411ff1c5c5
commit da7b4e687a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
SNES_SPC *spc_core = NULL;
static uint8 APUROM[64] =
static const uint8 APUROM[64] =
{
0xCD, 0xEF, 0xBD, 0xE8, 0x00, 0xC6, 0x1D, 0xD0,
0xFC, 0x8F, 0xAA, 0xF4, 0x8F, 0xBB, 0xF5, 0x78,