mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-07 03:40:07 +00:00

... In Qt 5.15+ the QImage will not accept non-natively handled pixel formats anymore. We can however use the newly added conversion method provided in `QVideoFrame` to convert it to `QImage` instead