From 99b19abca3f0fb298df09e28b6517a9657caf32a Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sat, 12 Jan 2013 20:35:47 -0500 Subject: Remove 2 extraneous delays. The 100-millisecond delays before ds2_setBacklight() MUST STAY, however, otherwise the emulator can crash with the bottom backlight off if a touch is recognised twice in a row. That happens with some broken styluses, so it's not unexpected. --- source/nds/entry.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/nds/entry.cpp') diff --git a/source/nds/entry.cpp b/source/nds/entry.cpp index cebb12e..90428d3 100644 --- a/source/nds/entry.cpp +++ b/source/nds/entry.cpp @@ -618,7 +618,6 @@ int sfc_main (int argc, char **argv) if (Settings.Paused) { S9xSetSoundMute (TRUE); - mdelay(50); // to allow time for the screen to be drawn unsigned short screen[256*192]; copy_screen((void*)screen, up_screen_addr, 0, 0, 256, 192); -- cgit v1.2.3