[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.
--- a/src/in_gsf/vbam/gba/GBA.cpp
+++ b/src/in_gsf/vbam/gba/GBA.cpp
@@ -1826,10 +1826,10 @@
VCOUNT);*/
}
#endif
- holdState = true;
+ /*holdState = true;
holdType = -1;
stopState = true;
- cpuNextEvent = cpuTotalTicks;
+ cpuNextEvent = cpuTotalTicks;*/
break;
case 0x04:
#ifdef GBA_LOGGING