diff options
Diffstat (limited to 'libpcsxcore/plugins.h')
| -rwxr-xr-x | libpcsxcore/plugins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index b7ba4cd3..982d0978 100755 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -422,7 +422,9 @@ extern SIO1registerCallback SIO1_registerCallback; void CALLBACK clearDynarec(void); void SetIsoFile(const char *filename); +void SetAppPath(const char *filename); const char *GetIsoFile(void); +const char *GetAppPath(void); boolean UsingIso(void); void SetCdOpenCaseTime(s64 time); |
