Browse code

[GSF] Commented out SWI 3 (STOP), based on the last revision of Caitsith2's Highly Advanced GSF plugin, as he said it's not needed for GSFs and actually causes issues with GBS2GSF conversions that are longer than 5 minutes.

Naram Qashat authored on 2013/05/10 15:13:28
Showing 1 changed files
... ...
@@ -1826,10 +1826,10 @@ void CPUSoftwareInterrupt(int comment)
1826 1826
           VCOUNT);*/
1827 1827
     }
1828 1828
 #endif
1829
-    holdState = true;
1829
+    /*holdState = true;
1830 1830
     holdType = -1;
1831 1831
     stopState = true;
1832
-    cpuNextEvent = cpuTotalTicks;
1832
+    cpuNextEvent = cpuTotalTicks;*/
1833 1833
     break;
1834 1834
   case 0x04:
1835 1835
 #ifdef GBA_LOGGING