all repos — mgba @ c96663c7bd92fcd374bf08c754a346b00dc0a933

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

c96663c7bd92fcd374bf08c754a346b00dc0a933

parent

f2d5c3ff4dd58d2a66f599aab5a42079a66e7fdb

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

jump to
M CHANGESCHANGES

@@ -1,6 +1,8 @@

0.7.2: (Future) Bugfixes: - Qt: More app metadata fixes +Misc: + - 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>