Files
retroarch_system/system/dolphin-emu/Sys/Shaders/swap_RGB_BGR.glsl
Abdessamad DERRAZ d9fc3b32f0 RetroArch Pack
2020-05-08 17:25:48 +02:00

5 lines
43 B
GLSL

void main()
{
SetOutput(Sample().bgra);
}