mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
general timing hacks
This commit is contained in:
parent
cc5ffc3cbe
commit
a4dfdb6de1
3 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue