support low ASCII box draw chars for JP mode

This commit is contained in:
Wengier
2021-06-06 09:12:14 -04:00
parent 6b1d36f9c7
commit c07bf93807
9 changed files with 97 additions and 52 deletions

View File

@@ -26,6 +26,7 @@
#include "setup.h"
#include "control.h"
#include "menu.h"
#include "jfont.h"
#include <list>
#include <string>
using namespace std;
@@ -92,7 +93,7 @@ bool InitCodePage() {
}
}
if (!dos.loaded_codepage) {
dos.loaded_codepage = IS_PC98_ARCH?932:437;
dos.loaded_codepage = IS_PC98_ARCH||IS_JEGA_ARCH?932:437;
return false;
} else
return true;