Qt: Add missing HEVC NVENC option (fixes #1323)
Vicki Pfau vi@endrift.com
Tue, 26 Feb 2019 21:56:53 -0800
2 files changed,
6 insertions(+),
0 deletions(-)
M
CHANGES
→
CHANGES
@@ -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.ui
→
src/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>