]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/dsp.h
Fixed fullscreen<-->windowed mode swith in OpenGL mode, phase one of
[virtualjaguar] / src / dsp.h
index 4dbb2f86e1980e543d3610dba15054ad43fc85dd..dc4b13c697943de84319922d0bba14fee3b381a7 100644 (file)
--- a/src/dsp.h
+++ b/src/dsp.h
@@ -31,6 +31,10 @@ void DSPExecP2(int32 cycles);
 //void DSPExecP3(int32 cycles);
 void DSPExecComp(int32 cycles);
 
+// Exported vars
+
+extern bool doDSPDis;
+
 // DSP interrupt numbers (in $F1A100, bits 4-8 & 16)
 
 enum { DSPIRQ_CPU = 0, DSPIRQ_SSI, DSPIRQ_TIMER0, DSPIRQ_TIMER1, DSPIRQ_EXT0, DSPIRQ_EXT1 };