aboutsummaryrefslogtreecommitdiff
path: root/maemo/main.c
diff options
context:
space:
mode:
authornotaz2012-07-04 18:25:11 +0300
committernotaz2012-07-09 02:35:59 +0300
commit6d75977b13fede33db381324c610561c6e723a8b (patch)
tree53755c52d6f84c91ad08735d5e7022ecc8c659dc /maemo/main.c
parent8048a6d763a5d74c6887ea511ba43e3124cd1bff (diff)
downloadpcsx_rearmed-6d75977b13fede33db381324c610561c6e723a8b.tar.gz
pcsx_rearmed-6d75977b13fede33db381324c610561c6e723a8b.tar.bz2
pcsx_rearmed-6d75977b13fede33db381324c610561c6e723a8b.zip
spu: remove all threading code
it is broken for a while now, and I have no intention to fix it.
Diffstat (limited to 'maemo/main.c')
-rw-r--r--maemo/main.c4
1 files changed, 0 insertions, 4 deletions
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]);