Made the emulator even more Unicode then before - configuration files are now Unicode, and floppy images, CD/DVD .ISO images, and hard disk images can now be in paths with non-Latin characters;
Fixed a few minor UI bugs; Brought IDE IDENTIFY command behavior back in line with Mainline PCEM, in hopes to reduce bugs.
This commit is contained in:
@@ -173,7 +173,7 @@ typedef struct
|
||||
uint32_t last_block;
|
||||
uint64_t image_size;
|
||||
int iso_inited;
|
||||
char iso_path[1024];
|
||||
wchar_t iso_path[1024];
|
||||
FILE* iso_image;
|
||||
int iso_changed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user