First phase of cleaning up the use of pathnames internally. We now have the --vmpath (short: -P) commandline option to override the 'work dir' relative to which the program will try to find certain files and folders.
This commit is contained in:
14
src/nvr.h
14
src/nvr.h
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* CMOS NVRAM emulation.
|
||||
*
|
||||
* Version: @(#)nvr.h 1.0.1 2017/06/03
|
||||
* Version: @(#)nvr.h 1.0.2 2017/06/19
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -25,11 +25,13 @@ extern int enable_sync;
|
||||
extern int nvr_dosave;
|
||||
|
||||
|
||||
extern void nvr_init(void);
|
||||
extern void time_get(char *nvrram);
|
||||
extern void nvr_recalc(void);
|
||||
extern void loadnvr(void);
|
||||
extern void savenvr(void);
|
||||
extern wchar_t *nvr_concat(wchar_t *to_concat);
|
||||
extern void nvr_init(void);
|
||||
extern FILE *nvrfopen(wchar_t *fn, wchar_t *mode);
|
||||
extern void time_get(char *nvrram);
|
||||
extern void nvr_recalc(void);
|
||||
extern void loadnvr(void);
|
||||
extern void savenvr(void);
|
||||
|
||||
|
||||
#endif /*EMU_NVR_H*/
|
||||
|
||||
Reference in New Issue
Block a user