aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorToad King2012-10-26 15:46:29 -0400
committernotaz2012-11-24 04:25:25 +0200
commitb2058a5bead44a5b5ecaa903e9bbf3231477fde9 (patch)
treeea5703f7d6aacaf7d6409685d3b4bf3cdecd8ea9 /libpcsxcore
parentf5cc003a66b845bdedae42d323b93ea816cfacdc (diff)
downloadpcsx_rearmed-b2058a5bead44a5b5ecaa903e9bbf3231477fde9.tar.gz
pcsx_rearmed-b2058a5bead44a5b5ecaa903e9bbf3231477fde9.tar.bz2
pcsx_rearmed-b2058a5bead44a5b5ecaa903e9bbf3231477fde9.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);