aboutsummaryrefslogtreecommitdiff
path: root/maemo/main.c
diff options
context:
space:
mode:
authornotaz2019-03-13 00:56:19 +0200
committerGitHub2019-03-13 00:56:19 +0200
commit8a55ebcc07d4f860633db8c77bb9e16bcfa03313 (patch)
tree44014f43d1464c981448e374e7d02bff3bdf615e /maemo/main.c
parent3de7d67356c1db36689ae53156944426d77f418f (diff)
parent210476c77ec6d0160e66ab6e9a45ad64fe5e50ce (diff)
downloadpcsx_rearmed-8a55ebcc07d4f860633db8c77bb9e16bcfa03313.tar.gz
pcsx_rearmed-8a55ebcc07d4f860633db8c77bb9e16bcfa03313.tar.bz2
pcsx_rearmed-8a55ebcc07d4f860633db8c77bb9e16bcfa03313.zip
Merge pull request #123 from gameblabla/diablofix_hack
Diablo Music fix for PCSX Rearmed. (optional hack)
Diffstat (limited to 'maemo/main.c')
-rw-r--r--maemo/main.c2
1 files changed, 1 insertions, 1 deletions
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;