diff --git a/CHANGES b/CHANGES index 3e11a0ec4..b66a17472 100644 --- a/CHANGES +++ b/CHANGES @@ -37,6 +37,7 @@ Other fixes: - Qt: Fix file handle leak on opening an invalid ROM - Qt: Fix a race condition in the frame inspector - Qt: Fix Italian RTC translation (fixes mgba.io/i/1798) + - Qt: Add missing option for Wisdom Tree in overrides list - Util: Fix crash if PNG header fails to write Misc: - Debugger: Keep track of global cycle count diff --git a/src/platform/qt/OverrideView.cpp b/src/platform/qt/OverrideView.cpp index f0d1fe772..3479352b6 100644 --- a/src/platform/qt/OverrideView.cpp +++ b/src/platform/qt/OverrideView.cpp @@ -49,6 +49,7 @@ OverrideView::OverrideView(ConfigController* config, QWidget* parent) s_mbcList.append(GB_TAMA5); s_mbcList.append(GB_HuC1); s_mbcList.append(GB_HuC3); + s_mbcList.append(GB_UNL_WISDOM_TREE); } if (s_gbModelList.isEmpty()) { // NB: Keep in sync with OverrideView.ui diff --git a/src/platform/qt/OverrideView.ui b/src/platform/qt/OverrideView.ui index 6d908247d..6a0d60c1a 100644 --- a/src/platform/qt/OverrideView.ui +++ b/src/platform/qt/OverrideView.ui @@ -354,6 +354,11 @@ HuC-3 + + + Wisdom Tree (Unlicensed) + +