mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
GPU: Fix black screen on buffered render enable.
We were never clearing the skip flag. Has been a bug since before v1.0.
This commit is contained in:
parent
fd4399e108
commit
d7ca05b6b5
@ -1736,6 +1736,8 @@ void FramebufferManagerCommon::Resized() {
|
||||
PSP_CoreParameter().renderHeight = 272 * zoom;
|
||||
}
|
||||
|
||||
gstate_c.skipDrawReason &= ~SKIPDRAW_NON_DISPLAYED_FB;
|
||||
|
||||
#ifdef _WIN32
|
||||
// Seems related - if you're ok with numbers all the time, show some more :)
|
||||
if (g_Config.iShowFPSCounter != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user