mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-20 04:33:43 +08:00
fix for DOS/V
This commit is contained in:
@@ -93,7 +93,7 @@ bool InitCodePage() {
|
||||
}
|
||||
}
|
||||
if (!dos.loaded_codepage) {
|
||||
dos.loaded_codepage = IS_PC98_ARCH||IS_JEGA_ARCH?932:437;
|
||||
dos.loaded_codepage = IS_PC98_ARCH||IS_JEGA_ARCH||IS_JDOSV?932:(IS_PDOSV?936:(IS_KDOSV?949:(IS_CDOSV?950:437)));
|
||||
return false;
|
||||
} else
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user