Use plain characters for branches.

We do not have unicode support apparently.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2021-03-18 19:48:26 +00:00
parent 199a344e37
commit 3e768c4d78

View file

@ -69,6 +69,8 @@ void DebugInitialize()
CmdSymbolsLoad(0);
g_bSymbolsDisplayMissingFile = true;
g_iConfigDisasmBranchType = DISASM_BRANCH_PLAIN;
}
void DebugReset(void)