all repos — mgba @ 4b14c8d482e408f4dfbbe28217264cb659fa5bfa

mGBA Game Boy Advance Emulator

Qt: Add missing option for Wisdom Tree in overrides list
Vicki Pfau vi@endrift.com
Tue, 07 Jul 2020 18:05:03 -0700
commit

4b14c8d482e408f4dfbbe28217264cb659fa5bfa

parent

bbf817bf12838c59d32f1981fcc51e5bce81a4a1

3 files changed, 7 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -13,6 +13,7 @@ - GB Core: Fix extracting SRAM when none is present

- GBA Savedata: Fix extracting save when not yet configured in-game - Qt: Fix file handle leak on opening an invalid ROM - 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: - FFmpeg: Use range coder for FFV1 to reduce output size
M src/platform/qt/OverrideView.cppsrc/platform/qt/OverrideView.cpp

@@ -49,6 +49,7 @@ s_mbcList.append(GB_POCKETCAM);

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
M src/platform/qt/OverrideView.uisrc/platform/qt/OverrideView.ui

@@ -354,6 +354,11 @@ <property name="text">

<string>HuC-3</string> </property> </item> + <item> + <property name="text"> + <string>Wisdom Tree (Unlicensed)</string> + </property> + </item> </widget> </item> <item row="2" column="0">