aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorToad King2012-10-26 15:46:29 -0400
committerToad King2012-10-26 15:46:29 -0400
commit6c6531cba4c06324bb309bd3ed8e7551be1cc3fe (patch)
treeb9b98532750b33f0f39a8cac173fd63f4c4853b5 /libpcsxcore
parent9f766dbe7543819bdf44bb326665998af45c102d (diff)
downloadpcsx_rearmed-6c6531cba4c06324bb309bd3ed8e7551be1cc3fe.tar.gz
pcsx_rearmed-6c6531cba4c06324bb309bd3ed8e7551be1cc3fe.tar.bz2
pcsx_rearmed-6c6531cba4c06324bb309bd3ed8e7551be1cc3fe.zip
initial Android support
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/gte_nf.c2
-rw-r--r--libpcsxcore/plugins.c1
2 files changed, 3 insertions, 0 deletions
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);