mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Merge pull request #9917 from TheHarmonicRealm/master
Fix GBR and GRB post-processing effects
This commit is contained in:
commit
fa55e52fff
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user