Removed comment about benchmark: as benchmark is now run in both normal and full-speed modes
This commit is contained in:
parent
3a41061f83
commit
98a733ba73
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ static ULONG g_nCyclesExecuted; // # of cycles executed up to last IO access
|
|||
|
||||
//static signed long g_uInternalExecutedCycles;
|
||||
// Use IRQ_CHECK_TIMEOUT=128 when running at full-speed; else use IRQ_CHECK_TIMEOUT=1 (GH#651)
|
||||
// - What about when running benchmark?
|
||||
static const int IRQ_CHECK_TIMEOUT_FULL_SPEED = 128;
|
||||
static const int IRQ_CHECK_TIMEOUT_NORMAL_SPEED = 1;
|
||||
static signed int g_nIrqCheckTimeout = IRQ_CHECK_TIMEOUT_NORMAL_SPEED;
|
||||
|
|
Loading…
Add table
Reference in a new issue