mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 11:51:09 +08:00
Fix Host key (F11, F12) handling in Codepage 932 (Japanese Shift-JIS)
This commit is contained in:
parent
4d7257dc15
commit
aae0380502
@ -1064,6 +1064,7 @@ void DOS_Shell::InputCommand(char * line) {
|
|||||||
&& dbcs_sbcs
|
&& dbcs_sbcs
|
||||||
#endif
|
#endif
|
||||||
&& IS_DOS_JAPANESE)) {
|
&& IS_DOS_JAPANESE)) {
|
||||||
|
if(dos.loaded_codepage == 932 && isKanji1(cr >> 8) && (cr & 0xFF) == 0) break;
|
||||||
bool kanji_flag = false;
|
bool kanji_flag = false;
|
||||||
uint16_t pos = str_index;
|
uint16_t pos = str_index;
|
||||||
while(1) {
|
while(1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user