mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-20 04:30:48 -05:00
YUYV textures should NEVER be interpolated/filtered in RGB colour space. Use TexelFetch to always fetch an actual texture sample. issue 6503