diff options
Diffstat (limited to 'src/apu.h')
-rw-r--r-- | src/apu.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -103,8 +103,8 @@ typedef struct } SIAPU;
-SAPU APU;
-SIAPU IAPU;
+extern SAPU APU;
+extern SIAPU IAPU;
static INLINE void S9xAPUUnpackStatus(void)
{
|