mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-20 04:33:43 +08:00
support low ASCII box draw chars for JP mode
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user