Skip to content

Commit

Permalink
Revert graphic fix for 3rd birthday.
Browse files Browse the repository at this point in the history
It may crash God of War.
  • Loading branch information
oioitff committed May 7, 2013
1 parent bb99e72 commit a056e27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GPU/GLES/Framebuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@ void FramebufferManager::SetRenderFrameBuffer() {
vfb->format = fmt;
vfb->usageFlags = FB_USAGE_RENDERTARGET;
vfb->dirtyAfterDisplay = true;
int bpp = vfb->format == 3 ? 4 : 2;
Memory::Memset(vfb->fb_address | 0x04000000, 0, vfb->width * vfb->height * bpp);

if (g_Config.bTrueColor) {
vfb->colorDepth = FBO_8888;
Expand Down

0 comments on commit a056e27

Please sign in to comment.