diff options
Diffstat (limited to 'libpcsxcore/misc.h')
| -rw-r--r-- | libpcsxcore/misc.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libpcsxcore/misc.h b/libpcsxcore/misc.h index 960e7d28..73da9457 100644 --- a/libpcsxcore/misc.h +++ b/libpcsxcore/misc.h @@ -52,6 +52,8 @@ typedef struct { extern char CdromId[10]; extern char CdromLabel[33]; +extern FILE *emuLog; + int LoadCdrom(); int LoadCdromFile(char *filename, EXE_HEADER *head); int CheckCdrom(); @@ -66,7 +68,4 @@ int RecvPcsxInfo(); void trim(char *str); -extern char *LabelAuthors; -extern char *LabelGreets; - -#endif /* __MISC_H__ */ +#endif |
