Remove frame hack for flickering issue

This commit is contained in:
raven02 2013-03-08 19:29:17 +08:00
parent 0534139b14
commit 8eedc89ad7

View file

@ -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