From 6c6531cba4c06324bb309bd3ed8e7551be1cc3fe Mon Sep 17 00:00:00 2001 From: Toad King Date: Fri, 26 Oct 2012 15:46:29 -0400 Subject: initial Android support --- libpcsxcore/gte_nf.c | 2 ++ libpcsxcore/plugins.c | 1 + 2 files changed, 3 insertions(+) create mode 100644 libpcsxcore/gte_nf.c (limited to 'libpcsxcore') diff --git a/libpcsxcore/gte_nf.c b/libpcsxcore/gte_nf.c new file mode 100644 index 0000000..177cd48 --- /dev/null +++ b/libpcsxcore/gte_nf.c @@ -0,0 +1,2 @@ +#define FLAGLESS +#include "gte.c" diff --git a/libpcsxcore/plugins.c b/libpcsxcore/plugins.c index 57e7ef2..57078ba 100644 --- a/libpcsxcore/plugins.c +++ b/libpcsxcore/plugins.c @@ -702,6 +702,7 @@ int LoadPlugins() { char Plugin[MAXPATHLEN]; ReleasePlugins(); + SysLibError(); if (UsingIso()) { LoadCDRplugin(NULL); -- cgit v1.2.3