From 908f4116a7a0737321d2e71712df7184c0466476 Mon Sep 17 00:00:00 2001 From: p989 Date: Wed, 22 Jul 2009 02:01:31 +0000 Subject: [PATCH] win32: make frame advance more normal --- desmume/src/windows/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index 3b995ad08..618579404 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -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;