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:
@@ -358,9 +358,9 @@ int xsize=1,ysize=1;
|
||||
|
||||
PALETTE cgapal;
|
||||
|
||||
void loadfont(char *s, int format)
|
||||
void loadfont(wchar_t *s, int format)
|
||||
{
|
||||
FILE *f=romfopen(s,"rb");
|
||||
FILE *f=romfopen(s,L"rb");
|
||||
int c,d;
|
||||
if (!f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user