melonDS-emu / melonDS

DS emulator, sorta
https://melonds.kuribo64.net
GNU General Public License v3.0
3.13k stars 512 forks source link

Accuracy on systems using a wider color space than sRGB #2111

Open jahndan opened 1 month ago

jahndan commented 1 month ago

P3 is a wider color space than sRGB, but the melonDS output is only color-accurate on sRGB. This results in fairly overblown colors for most users on macOS (who are on the system default of P3):

P3 sRGB
P3 sRGB
jahndan commented 1 month ago

I took a crack at trying to get it to work with this but I'm either too inexperienced with Qt (definitely true) or that alone isn't enough (which the documentation itself suggests, but this blog post may suggest otherwise?)