summaryrefslogtreecommitdiff
path: root/libpcsxcore/plugins.h
diff options
context:
space:
mode:
authorStelios Tsampas <loathingkernel@gmail.com>2017-07-31 12:48:37 +0300
committerStelios Tsampas <loathingkernel@gmail.com>2017-07-31 12:48:37 +0300
commit01f49908879197b1715483321a9490dd71c8874b (patch)
tree7ff0e4bd0188ffa59918d8ed1d7547c28b4d5d8e /libpcsxcore/plugins.h
parentdcf718bdd96c3bbe27e18200f6384cd43c95c111 (diff)
downloadpcsxr-01f49908879197b1715483321a9490dd71c8874b.tar.gz
* Sync with codeplex branch (libpcsxcore, linux gui)
This commit reflects mostly changes that happened in upstream since the last sync. Commit messages in upstream are lacking information. Most important changes are commented below, the rest of them are either formating or just trivial stuff. Memory viewer, invalidate dynarec gui/DebugMemory.c libpcsxcore/cdrom.c libpcsxcore/gpu.c libpcsxcore/misc.c libpcsxcore/psxdma.c Load binary files and psx executables libpcsxcore/misc.c libpcsxcore/misc.h libpcsxcore/plugin.c libpcsxcore/plugin.h Support for psxida libpcsxcore/debug.c libpcsxcore/r3000a.c plugins/bladesio1/connection.c disable loading save states with digits gui/Plugin.c Fix psxDIV in interpreter libpcsxcore/psxinterpreter.c
Diffstat (limited to 'libpcsxcore/plugins.h')
-rwxr-xr-xlibpcsxcore/plugins.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h
index 982d0978..a9756b7e 100755
--- a/libpcsxcore/plugins.h
+++ b/libpcsxcore/plugins.h
@@ -422,9 +422,13 @@ extern SIO1registerCallback SIO1_registerCallback;
void CALLBACK clearDynarec(void);
void SetIsoFile(const char *filename);
+void SetExeFile(const char *filename);
void SetAppPath(const char *filename);
+void SetLdrFile(const char *ldrfile );
const char *GetIsoFile(void);
+const char *GetExeFile(void);
const char *GetAppPath(void);
+const char *GetLdrFile(void);
boolean UsingIso(void);
void SetCdOpenCaseTime(s64 time);