1
0
Fork 0

Actually allow enabling the new string algorithm 🤦‍♂️

This commit is contained in:
Duncan Ogilvie 2022-01-05 01:52:21 +01:00
parent 59f19f54b2
commit caaf241467
1 changed files with 1 additions and 0 deletions

View File

@ -1210,6 +1210,7 @@ extern "C" DLL_EXPORT duint _dbg_sendmessage(DBGMSG type, void* param1, void* pa
auto acp = GetACP();
newStringAlgorithm = acp == 932 || acp == 936 || acp == 949 || acp == 950 || acp == 951 || acp == 1251;
}
bNewStringAlgorithm = newStringAlgorithm;
}
break;