mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
apu/dsp: Mark function-scope const arrays as static [jSTE0]] (#1012)
This commit is contained in:
parent
411ff1c5c5
commit
da7b4e687a
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
SNES_SPC *spc_core = NULL;
|
SNES_SPC *spc_core = NULL;
|
||||||
|
|
||||||
static uint8 APUROM[64] =
|
static const uint8 APUROM[64] =
|
||||||
{
|
{
|
||||||
0xCD, 0xEF, 0xBD, 0xE8, 0x00, 0xC6, 0x1D, 0xD0,
|
0xCD, 0xEF, 0xBD, 0xE8, 0x00, 0xC6, 0x1D, 0xD0,
|
||||||
0xFC, 0x8F, 0xAA, 0xF4, 0x8F, 0xBB, 0xF5, 0x78,
|
0xFC, 0x8F, 0xAA, 0xF4, 0x8F, 0xBB, 0xF5, 0x78,
|
||||||
|
Loading…
Reference in New Issue
Block a user