CHANGES: Add reference to Qt OpenGL fix for #1724

This commit is contained in:
Vicki Pfau 2020-11-12 00:14:45 -08:00
parent c188e77b15
commit cef3d15326
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ Misc:
- Qt: Memory viewer now supports editing decimal values directly (closes mgba.io/i/1705)
- Qt: Add copy button to GB printer dialog
- Qt: Window title updates can be disabled (closes mgba.io/i/1912)
- Qt: Redo OpenGL context thread handling (fixes mgba.io/i/1724)
- Util: Reset vector size on deinit
- VFS: Change semantics of VFile.sync on mapped files (fixes mgba.io/i/1730)