aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
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);