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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue