mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-24 11:11:38 +00:00
sorry for that, changes in this file should not be commited
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4469 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
0511d6e185
commit
264992456a
1 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@ void FramebufferManager::copyToVirtualXFB(u32 xfbAddr, u32 fbWidth, u32 fbHeight
|
||||||
|
|
||||||
glGenTextures(1, &xfbTexture);
|
glGenTextures(1, &xfbTexture);
|
||||||
|
|
||||||
#if 1 // XXX: Some video drivers don't handle glCopyTexImage2D correctly, so use EXT_framebuffer_blit whenever possible.
|
#if 0// XXX: Some video drivers don't handle glCopyTexImage2D correctly, so use EXT_framebuffer_blit whenever possible.
|
||||||
if (m_msaaSamples > 1)
|
if (m_msaaSamples > 1)
|
||||||
#else
|
#else
|
||||||
if (s_bHaveFramebufferBlit)
|
if (s_bHaveFramebufferBlit)
|
||||||
|
@ -373,7 +373,7 @@ void FramebufferManager::copyToVirtualXFB(u32 xfbAddr, u32 fbWidth, u32 fbHeight
|
||||||
|
|
||||||
// Copy EFB to XFB texture
|
// Copy EFB to XFB texture
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
if (m_msaaSamples <= 1)
|
if (m_msaaSamples <= 1)
|
||||||
#else
|
#else
|
||||||
if (!s_bHaveFramebufferBlit)
|
if (!s_bHaveFramebufferBlit)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue