summaryrefslogtreecommitdiff
path: root/libpcsxcore/plugins.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/plugins.h')
-rw-r--r--libpcsxcore/plugins.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h
index 82c76f75..6cb358c0 100644
--- a/libpcsxcore/plugins.h
+++ b/libpcsxcore/plugins.h
@@ -312,7 +312,10 @@ extern NETkeypressed NET_keypressed;
void CALLBACK clearDynarec(void);
-extern char cdrfilename[MAXPATHLEN]; // FIXME: cleanup
+void SetIsoFile(const char *filename);
+const char *GetIsoFile(void);
+boolean UsingIso(void);
+void SetCdOpenCaseTime(s64 time);
#ifdef __cplusplus
}