general timing hacks

This commit is contained in:
notaz 2013-09-04 02:31:27 +03:00
parent cc5ffc3cbe
commit a4dfdb6de1
3 changed files with 5 additions and 6 deletions

View file

@ -134,8 +134,6 @@ extern unsigned int SekCycleAim;
#define SekCyclesBurn(c) SekCycleCnt += c
#define SekCyclesBurnRun(c) { \
SekCyclesLeft -= c; \
if (SekCyclesLeft < 0) \
SekCyclesLeft = 0; \
}
// note: sometimes may extend timeslice to delay an irq