rewrite the emulator to use UTF-8 internally
This commit is contained in:
@@ -238,7 +238,7 @@ video_reset(int card)
|
||||
vid_table_log("VIDEO: reset (gfxcard=%d, internal=%d)\n",
|
||||
card, (machines[machine].flags & MACHINE_VIDEO)?1:0);
|
||||
|
||||
loadfont(L"roms/video/mda/mda.rom", 0);
|
||||
loadfont("roms/video/mda/mda.rom", 0);
|
||||
|
||||
/* Reset (deallocate) the video font arrays. */
|
||||
if (fontdatksc5601) {
|
||||
|
||||
Reference in New Issue
Block a user