The nvr directory is now automatically created if it does not exist.

This commit is contained in:
OBattler
2017-07-16 17:28:30 +02:00
parent 6a7652d7a0
commit a7eb3c1608
2 changed files with 13 additions and 0 deletions

View File

@@ -107,6 +107,8 @@ extern int find_status_bar_part(int tag);
extern void cdrom_close(uint8_t id);
extern void update_tip(int meaning);
extern BOOL DirectoryExists(LPCTSTR szPath);
#ifdef __cplusplus
}
#endif