mirror of https://github.com/mgba-emu/mgba.git
Qt: Add missing HEVC NVENC option (fixes #1323)
This commit is contained in:
parent
f2d5c3ff4d
commit
c96663c7bd
2
CHANGES
2
CHANGES
|
@ -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:
|
||||
|
|
|
@ -269,6 +269,11 @@
|
|||
<string>HEVC</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>HEVC (NVENC)</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>VP8</string>
|
||||
|
|
Loading…
Reference in New Issue