From ebf48b1bf77d0093277640fd514877b3b26baeac Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Wed, 6 Feb 2013 15:51:23 -0500 Subject: Yeah... Despite the audio optimisations, sound still crackles with display double-buffering. Disable that, again. --- source/nds/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/nds/gui.h b/source/nds/gui.h index 6bb9ed8..290a927 100644 --- a/source/nds/gui.h +++ b/source/nds/gui.h @@ -24,7 +24,7 @@ #include "fs_api.h" #include "gcheat.h" -#define UP_SCREEN_UPDATE_METHOD 1 +#define UP_SCREEN_UPDATE_METHOD 0 #define DOWN_SCREEN_UPDATE_METHOD 2 #define MAX_GAMEPAD_MAP 16 -- cgit v1.2.3