removing some compiler warnings
[drnoksnes] / dsp1.cpp
index b46a94c..1066534 100644 (file)
--- a/dsp1.cpp
+++ b/dsp1.cpp
 #include "memmap.h"
 #include <math.h>
 
+#pragma GCC visibility push(internal)
 #include "dsp1emu.c"
 #include "dsp2emu.c"
 //#include "dsp3emu.cpp"
+#pragma GCC visibility pop
 
 void (*SetDSP)(uint8, uint16)=&DSP1SetByte;
 uint8 (*GetDSP)(uint16)=&DSP1GetByte;
@@ -1192,4 +1194,5 @@ uint8 DSP4GetByte(uint16 address)
 
        return t;
 }
-*/
\ No newline at end of file
+*/
+