aboutsummaryrefslogtreecommitdiff
path: root/maemo
diff options
context:
space:
mode:
authornotaz2011-10-29 22:06:09 +0300
committernotaz2011-10-30 23:48:09 +0200
commit33400707ded1b72c10c7ed70f925066aeae86f45 (patch)
tree5fdaa2bd85679fd3743dd5a1c67e12434aab2370 /maemo
parentd64280d6f8f3064fffd834f374900f0bfb735ac7 (diff)
downloadpcsx_rearmed-33400707ded1b72c10c7ed70f925066aeae86f45.tar.gz
pcsx_rearmed-33400707ded1b72c10c7ed70f925066aeae86f45.tar.bz2
pcsx_rearmed-33400707ded1b72c10c7ed70f925066aeae86f45.zip
frontend: move defconfig to main
.. so that maemo can use it
Diffstat (limited to 'maemo')
-rw-r--r--maemo/main.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/maemo/main.c b/maemo/main.c
index c238556..977f6a3 100644
--- a/maemo/main.c
+++ b/maemo/main.c
@@ -19,9 +19,6 @@
#include "maemo_common.h"
// sound plugin
-extern int iUseReverb;
-extern int iUseInterpolation;
-extern int iSPUIRQWait;
extern int iUseTimer;
int g_opts = OPT_SHOWFPS;
@@ -98,15 +95,6 @@ int maemo_main(int argc, char **argv)
else if (!strcmp(argv[i], "-vsync")) Config.VSyncWA = 1;
}
- pl_rearmed_cbs.gpu_peops.dwActFixes = 1<<7;
- iUseReverb = 2;
- iUseInterpolation = 1;
- iSPUIRQWait = 1;
- iUseTimer = 2;
-
- in_type1 = PSE_PAD_TYPE_STANDARD;
- in_type2 = PSE_PAD_TYPE_STANDARD;
-
hildon_init(&argc, &argv);
if (cdfile) {