Files
retroarch_system/system/dolphin-emu/Sys/Shaders/swap_RGB_BGR.glsl
Abdessamad DERRAZ 86a6843a3b Dolphin : Update
2021-10-17 20:34:00 +02:00

5 lines
43 B
GLSL

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