mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 06:14:54 +00:00
Merge pull request #9917 from TheHarmonicRealm/master
Fix GBR and GRB post-processing effects
This commit is contained in:
commit
fa55e52fff
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
void main()
|
||||
{
|
||||
SetOutput(Sample());
|
||||
SetOutput(Sample().gbra);
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
void main()
|
||||
{
|
||||
SetOutput(Sample());
|
||||
SetOutput(Sample().grba);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue