Files
retroarch_system/system/dolphin-emu/Sys/Shaders/swap_RGB_BGR.glsl
Abdessamad DERRAZ 835a359cea Update : Dolphin
2021-04-20 12:56:34 +02:00

5 lines
47 B
GLSL

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