Remove flicker when switching between native and full resolution from the gl config box. Remove a couple of unnecessary framebuffer binds.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2623 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-03-08 21:42:27 +00:00
parent a9c79e4c5c
commit ab1aad3815
2 changed files with 8 additions and 6 deletions

View File

@ -544,7 +544,8 @@ void ConfigDialog::UpdateGUI()
{
// This is only used together with the aspect ratio options
m_Crop->Enable(g_Config.bKeepAR43 || g_Config.bKeepAR169);
if (g_Config.bUseXFB) {
if (g_Config.bUseXFB)
{
// XFB looks much better if the copy comes from native resolution.
g_Config.bNativeResolution = true;
m_NativeResolution->SetValue(true);