mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
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:
parent
a9c79e4c5c
commit
ab1aad3815
2 changed files with 8 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue