From 33400707ded1b72c10c7ed70f925066aeae86f45 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 29 Oct 2011 22:06:09 +0300 Subject: frontend: move defconfig to main .. so that maemo can use it --- maemo/main.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'maemo/main.c') 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) { -- cgit v1.2.3