rewrite the emulator to use UTF-8 internally
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
|
||||
|
||||
extern void json_init(void);
|
||||
extern void json_load(int drive, wchar_t *fn);
|
||||
extern void json_load(int drive, char *fn);
|
||||
extern void json_close(int drive);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user