mirror of https://github.com/mgba-emu/mgba.git
Qt: Add missing HEVC NVENC option (fixes #1323)
This commit is contained in:
parent
0cd1c3ffeb
commit
f8cd425fad
1
CHANGES
1
CHANGES
|
@ -14,6 +14,7 @@ Misc:
|
||||||
- GB Memory: Support running from blocked memory
|
- GB Memory: Support running from blocked memory
|
||||||
- Qt: Don't unload ROM immediately if it crashes
|
- Qt: Don't unload ROM immediately if it crashes
|
||||||
- Debugger: Add breakpoint and watchpoint listing
|
- Debugger: Add breakpoint and watchpoint listing
|
||||||
|
- Qt: Add missing HEVC NVENC option (fixes mgba.io/i/1323)
|
||||||
|
|
||||||
0.7.1: (2019-02-24)
|
0.7.1: (2019-02-24)
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
|
|
@ -269,6 +269,11 @@
|
||||||
<string>HEVC</string>
|
<string>HEVC</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string>HEVC (NVENC)</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>VP8</string>
|
<string>VP8</string>
|
||||||
|
|
Loading…
Reference in New Issue