mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #16908 from hrydgard/lens-flare-workaround
Quick fix for the lens flare in Burnout
This commit is contained in:
commit
05f10ce381
1 changed files with 1 additions and 1 deletions
|
@ -1659,7 +1659,7 @@ void FramebufferManagerCommon::ResizeFramebufFBO(VirtualFramebuffer *vfb, int w,
|
|||
break;
|
||||
}
|
||||
|
||||
if (vfb->usageFlags & FB_USAGE_COLOR_MIXED_DEPTH) {
|
||||
if ((vfb->usageFlags & FB_USAGE_COLOR_MIXED_DEPTH) && !PSP_CoreParameter().compat.flags().ForceLowerResolutionForEffectsOn) {
|
||||
force1x = false;
|
||||
}
|
||||
if (PSP_CoreParameter().compat.flags().Force04154000Download && vfb->fb_address == 0x04154000) {
|
||||
|
|
Loading…
Add table
Reference in a new issue