mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-04 02:10:06 -05:00
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()
|
||||
{
|
||||
SetOutput(Sample());
|
||||
SetOutput(Sample().gbra);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
void main()
|
||||
{
|
||||
SetOutput(Sample());
|
||||
SetOutput(Sample().grba);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user