ux: Improve loading of encoding files, make advanced encoding enabled by default

This commit is contained in:
WerWolv
2022-01-15 23:44:15 +01:00
parent 1f65fbf422
commit 8a6b110d0b
5 changed files with 14 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ namespace hex::plugin::builtin {
u8 m_highlightAlpha = 0x80;
bool m_processingImportExport = false;
bool m_advancedDecodingEnabled = false;
void drawSearchPopup();
void drawGotoPopup();