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:
parent
199a344e37
commit
3e768c4d78
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ void DebugInitialize()
|
|||
CmdSymbolsLoad(0);
|
||||
|
||||
g_bSymbolsDisplayMissingFile = true;
|
||||
|
||||
g_iConfigDisasmBranchType = DISASM_BRANCH_PLAIN;
|
||||
}
|
||||
|
||||
void DebugReset(void)
|
||||
|
|
Loading…
Add table
Reference in a new issue