all repos — mgba @ f8cd425fad34dca37c373cee762915202a07e686

mGBA Game Boy Advance Emulator

Qt: Add missing HEVC NVENC option (fixes #1323)
Vicki Pfau vi@endrift.com
Tue, 26 Feb 2019 21:56:53 -0800
commit

f8cd425fad34dca37c373cee762915202a07e686

parent

0cd1c3ffeb1076666d91b677844632f331b9bb68

2 files changed, 6 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -14,6 +14,7 @@ - GBA Savedata: Automatically map 1Mbit Flash files as 1Mbit Flash

- GB Memory: Support running from blocked memory - Qt: Don't unload ROM immediately if it crashes - Debugger: Add breakpoint and watchpoint listing + - Qt: Add missing HEVC NVENC option (fixes mgba.io/i/1323) 0.7.1: (2019-02-24) Bugfixes:
M src/platform/qt/VideoView.uisrc/platform/qt/VideoView.ui

@@ -271,6 +271,11 @@ </property>

</item> <item> <property name="text"> + <string>HEVC (NVENC)</string> + </property> + </item> + <item> + <property name="text"> <string>VP8</string> </property> </item>