mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #907 from raven02/patch-8
Remove frame hack for flickering issue
This commit is contained in:
commit
17965c8faa
1 changed files with 0 additions and 7 deletions
|
@ -287,13 +287,6 @@ void FramebufferManager::SetRenderFrameBuffer() {
|
|||
int drawing_width, drawing_height;
|
||||
GetViewportDimensions(&drawing_width, &drawing_height);
|
||||
|
||||
// HACK for first frame where some games don't init things right
|
||||
|
||||
if (drawing_width <= 1 && drawing_height <= 1) {
|
||||
drawing_width = 480;
|
||||
drawing_height = 272;
|
||||
}
|
||||
|
||||
int fmt = gstate.framebufpixformat & 3;
|
||||
|
||||
// Find a matching framebuffer
|
||||
|
|
Loading…
Add table
Reference in a new issue