From dd4d5a35678c8ff7f9a7c0ac42be354671534f96 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 1 May 2012 00:39:05 +0300 Subject: automatically build plugins --- frontend/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/main.c') diff --git a/frontend/main.c b/frontend/main.c index 4ebcf34..8df9036 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -131,7 +131,7 @@ static void set_default_paths(void) strcpy(Config.Pad2, "builtin_pad"); strcpy(Config.Net, "Disabled"); #if defined(__arm__) && !defined(__ARM_ARCH_7A__) /* XXX */ - strcpy(Config.Gpu, "gpuPCSX4ALL.so"); + strcpy(Config.Gpu, "gpu_unai.so"); #endif snprintf(Config.PatchesDir, sizeof(Config.PatchesDir), "." PATCHES_DIR); @@ -732,7 +732,7 @@ void *SysLoadLibrary(const char *lib) { // convenience hack if (strstr(lib, ".x86") == NULL) { char name[MAXPATHLEN]; - snprintf(name, sizeof(name), "%s.x86", lib); + snprintf(name, sizeof(name), "%s.x86_64", lib); lib = name; } #endif -- cgit v1.2.3