Cut down on test overhead a good bit.

This commit is contained in:
Unknown W. Brackets 2014-11-07 22:49:56 -08:00
parent 2efecc5c38
commit 836328d731

View file

@ -39,7 +39,7 @@ InputState input_state;
#endif
void UnitTestTerminator() {
Core_Stop();
coreState = CORE_POWERDOWN;
}
HLEFunction UnitTestFakeSyscalls[] = {