mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove frame hack for flickering issue
This commit is contained in:
parent
0534139b14
commit
8eedc89ad7
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