diff options
Diffstat (limited to 'libpcsxcore/plugins.h')
| -rwxr-xr-x | libpcsxcore/plugins.h | 4 |
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); |
