]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gpu.cpp
Added appropriate audio thread pausing to the GUI layer.
[virtualjaguar] / src / gpu.cpp
index 02fa112a37281ca310b7925de28b3b550b3458bb..09a664d6cce2fc07ab32393f8d0af80fc485dddc 100644 (file)
@@ -780,6 +780,7 @@ WriteLog("GPU: %s setting GPU PC to %08X %s\n", whoName[who], gpu_pc, (GPU_RUNNI
                        {
                                //WriteLog("asked to perform a single step (single step is %senabled)\n",(data&0x8)?"":"not ");
                        }
+
                        gpu_control = (gpu_control & 0xF7C0) | (data & (~0xF7C0));
 
                        // if gpu wasn't running but is now running, execute a few cycles