Fixed the setting of nvr_path, NVR's with CMOS settings now get saved again;

Added pclog_w which is the Unicode version of pclog, used in disc.c for logging when a floppy image could not be loaded.
This commit is contained in:
OBattler
2017-05-06 14:15:16 +02:00
parent c403855a94
commit e2a717deae
3 changed files with 16 additions and 4 deletions

View File

@@ -664,6 +664,7 @@ extern uint32_t SCSIGetCDChannel(int channel);
extern int ui_writeprot[4];
void pclog(const char *format, ...);
void pclog_w(const wchar_t *format, ...);
extern int nmi;
extern int nmi_auto_clear;