The emulator is now almost completely Unicode - this means all paths and file names used can now use non-Latin characters;

Fixed several NVR- and ROM-related bugs in the process of doing the above.
This commit is contained in:
OBattler
2017-05-06 04:02:03 +02:00
parent cee82642ef
commit c403855a94
48 changed files with 524 additions and 680 deletions

View File

@@ -113,7 +113,7 @@ void ddraw_fs_take_screenshot(char *fn);
extern int cga_palette;
void loadfont(char *s, int format);
void loadfont(wchar_t *s, int format);
void initvideo();
void video_init();
void closevideo();