aboutsummaryrefslogtreecommitdiff
path: root/source/apu.h
diff options
context:
space:
mode:
authorToad King2020-01-04 12:25:02 -0600
committerToad King2020-01-04 12:25:02 -0600
commitae87b7186c154d43d3b92cd2ca8c31ee34f57b97 (patch)
treeb77882a54a13abcd1a48fdac94a3e48962696e81 /source/apu.h
parentbc69ab7e61d744b5310e6664f733c17903b3f91a (diff)
downloadsnes9x2005-ae87b7186c154d43d3b92cd2ca8c31ee34f57b97.tar.gz
snes9x2005-ae87b7186c154d43d3b92cd2ca8c31ee34f57b97.tar.bz2
snes9x2005-ae87b7186c154d43d3b92cd2ca8c31ee34f57b97.zip
fix emscripten
Diffstat (limited to 'source/apu.h')
-rw-r--r--source/apu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/apu.h b/source/apu.h
index 42d266f..4a6d46f 100644
--- a/source/apu.h
+++ b/source/apu.h
@@ -46,8 +46,8 @@ typedef struct
bool UNUSED2 [3];
} SAPU;
-SAPU APU;
-SIAPU IAPU;
+extern SAPU APU;
+extern SIAPU IAPU;
static INLINE void S9xAPUUnpackStatus(void)
{