o switch to v46
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
void sSMP::add_clocks(unsigned clocks) {
|
||||
scheduler.addclocks_smp(clocks);
|
||||
#if !defined(DSP_STATE_MACHINE)
|
||||
scheduler.sync_smpdsp();
|
||||
#else
|
||||
while(scheduler.clock.smpdsp < 0) dsp.enter();
|
||||
#endif
|
||||
}
|
||||
|
||||
void sSMP::tick_timers() {
|
||||
|
||||
Reference in New Issue
Block a user