From 210476c77ec6d0160e66ab6e9a45ad64fe5e50ce Mon Sep 17 00:00:00 2001 From: gameblabla Date: Thu, 7 Mar 2019 20:47:17 +0100 Subject: Diablo Music fix for PCSX Rearmed. (optional hack) Let's also allow it to be changed from the menu. Set to off by default as it could cause issues in some other games. --- maemo/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maemo/main.c') diff --git a/maemo/main.c b/maemo/main.c index 85db400..c382c51 100644 --- a/maemo/main.c +++ b/maemo/main.c @@ -197,7 +197,7 @@ int main(int argc, char **argv) strcpy(Config.Bios, "HLE"); spu_config.iUseReverb = 1; spu_config.iUseInterpolation = 1; - + spu_config.idiablofix = 0; in_type1 = PSE_PAD_TYPE_STANDARD; in_type2 = PSE_PAD_TYPE_STANDARD; -- cgit v1.2.3