mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-27 03:45:39 +00: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()
|
||||
{
|
||||
SetOutput(Sample());
|
||||
SetOutput(Sample().gbra);
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
void main()
|
||||
{
|
||||
SetOutput(Sample());
|
||||
SetOutput(Sample().grba);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user