forked from dolphin-emu/dolphin
Merge pull request #9917 from TheHarmonicRealm/master
Fix GBR and GRB post-processing effects
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
SetOutput(Sample());
|
SetOutput(Sample().gbra);
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
SetOutput(Sample());
|
SetOutput(Sample().grba);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user