diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-10 07:11:29 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-10 07:11:29 +0000 |
| commit | 78470f808411136437789aee0d33fbe0c892daea (patch) | |
| tree | 881982366f2b13fd535ac0160d505764bc0e19ba /libpcsxcore/plugins.h | |
| parent | 92679bf72724dc122da6c69c20d9f785a230af4b (diff) | |
| download | pcsxr-78470f808411136437789aee0d33fbe0c892daea.tar.gz | |
got rid of cdrfilename & cdOpenCase, windows broken for now
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47753 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/plugins.h')
| -rw-r--r-- | libpcsxcore/plugins.h | 5 |
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
}
|
