aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
authornotaz2011-10-01 01:13:43 +0300
committernotaz2011-10-02 03:09:13 +0300
commitd3f3bf09b5b3f1d8b025cc9dbd902eb157aae0b7 (patch)
treed25b4ece781d0dcd60fdaac68636043e9fdffade /frontend/main.c
parent0c2ca3ba2ca8a191fc3f6d9782dc2420537b1964 (diff)
downloadpcsx_rearmed-d3f3bf09b5b3f1d8b025cc9dbd902eb157aae0b7.tar.gz
pcsx_rearmed-d3f3bf09b5b3f1d8b025cc9dbd902eb157aae0b7.tar.bz2
pcsx_rearmed-d3f3bf09b5b3f1d8b025cc9dbd902eb157aae0b7.zip
yet more random armv5 tweaks
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index 37a72ac..0a9bed6 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -121,6 +121,9 @@ static void set_default_paths(void)
strcpy(Config.Pad1, "builtin_pad");
strcpy(Config.Pad2, "builtin_pad");
strcpy(Config.Net, "Disabled");
+#if defined(__arm__) && !defined(__ARM_ARCH_7A__) /* XXX */
+ strcpy(Config.Gpu, "gpuPCSX4ALL.so");
+#endif
Config.PsxAuto = 1;
snprintf(Config.PatchesDir, sizeof(Config.PatchesDir), "." PATCHES_DIR);