RetroArch Pack
This commit is contained in:
4
system/dolphin-emu/Sys/Shaders/swap_RGB_RBG.glsl
Normal file
4
system/dolphin-emu/Sys/Shaders/swap_RGB_RBG.glsl
Normal file
@@ -0,0 +1,4 @@
|
||||
void main()
|
||||
{
|
||||
SetOutput(Sample().rbga);
|
||||
}
|
||||
Reference in New Issue
Block a user