win32: make frame advance more normal

This commit is contained in:
p989 2009-07-22 02:01:31 +00:00
parent 689d9a94df
commit 908f4116a7
1 changed files with 1 additions and 4 deletions

View File

@ -303,7 +303,7 @@ LRESULT CALLBACK WifiSettingsDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM
// const char *cflash_disk_image_file;
//};
int KeyInDelayInCount=10;
int KeyInDelayInCount=30;
static int lastTime = timeGetTime();
int repeattime;
@ -2385,9 +2385,6 @@ bool first;
void FrameAdvance(bool state)
{
if(state) {
if(emu_paused)
execute = TRUE;
else
if(first) {
execute = TRUE;
frameAdvance=true;