From 6d75977b13fede33db381324c610561c6e723a8b Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 4 Jul 2012 18:25:11 +0300 Subject: spu: remove all threading code it is broken for a while now, and I have no intention to fix it. --- maemo/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'maemo/main.c') diff --git a/maemo/main.c b/maemo/main.c index 4531704..481e9cd 100644 --- a/maemo/main.c +++ b/maemo/main.c @@ -19,9 +19,6 @@ #include "../plugins/dfinput/main.h" #include "maemo_common.h" -// sound plugin -extern int iUseTimer; - int g_opts = OPT_SHOWFPS; int g_maemo_opts; char file_name[MAXPATHLEN]; @@ -81,7 +78,6 @@ int maemo_main(int argc, char **argv) } else if (!strcmp(argv[i],"-fullscreen")) g_maemo_opts |= 2; else if (!strcmp(argv[i],"-accel")) g_maemo_opts |= 4; - else if (!strcmp(argv[i],"-sputhreaded")) iUseTimer=1; else if (!strcmp(argv[i],"-nosound")) strcpy(Config.Spu, "spunull.so"); else if (!strcmp(argv[i], "-bdir")) sprintf(Config.BiosDir, "%s", argv[++i]); else if (!strcmp(argv[i], "-bios")) sprintf(Config.Bios, "%s", argv[++i]); -- cgit v1.2.3