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(); } }
void EmuReset() { Reset_DC(false); }
bool EXPORT_CALL b_EmuReset(bool Manual) //well duh it resets =P. { return Reset_DC(Manual); }