mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-11 21:29:43 +00:00
Merge from AppleWin-Tom @ r396-HEAD:
. Fixed FLASH rate (was too fast)
This commit is contained in:
parent
3299ba2657
commit
933d10b42d
@ -2250,7 +2250,8 @@ void VideoUpdateFlash()
|
||||
|
||||
nTextFlashCnt++;
|
||||
|
||||
if(nTextFlashCnt == 60/6) // Flash rate = 6Hz (every 166ms)
|
||||
// BUG: In unthrottled CPU mode, flash rate should not be affected
|
||||
if(nTextFlashCnt == 60/3) // Flash rate = 3Hz (every 333ms)
|
||||
{
|
||||
nTextFlashCnt = 0;
|
||||
g_bTextFlashState = !g_bTextFlashState;
|
||||
|
Loading…
x
Reference in New Issue
Block a user