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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user