Add emu.str to be saved in settings (#2205)

This commit is contained in:
fcasal 2020-05-18 19:10:47 +01:00 committed by GitHub
parent a68ce67b2a
commit 26cafecc4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,7 @@ static const QHash<QString, QVariant> asmOptions = {
{ "asm.lines.fcn", true },
{ "asm.flags.offset", false },
{ "asm.emu", false },
{ "emu.str", false},
{ "asm.cmt.right", true },
{ "asm.cmt.col", 35 },
{ "asm.var.summary", false },