Beispiel #1
0
void Start_DC()
{
    if (!dc_inited)
    {
        if (!Init_DC())
            return;
    }

	if (!sh4_cpu->IsCpuRunning())
	{
		if (!dc_reseted)
			Reset_DC(false);//hard reset kthx

		sh4_cpu->Run();
	}
}
Beispiel #2
0
void EmuReset()
{
	Reset_DC(false);
}
Beispiel #3
0
bool EXPORT_CALL b_EmuReset(bool Manual)	//well duh it resets =P.
{
	return Reset_DC(Manual);
}