Skip to content

Commit

Permalink
Enable front to back rendering by default
Browse files Browse the repository at this point in the history
Short stutter on GUI element start/stop is gone.
  • Loading branch information
Portisch committed Jan 23, 2025
1 parent cc83ca0 commit 6689460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbmc/settings/AdvancedSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ class CAdvancedSettings : public ISettingCallback, public ISettingsHandler
int m_guiAlgorithmDirtyRegions;
bool m_guiSmartRedraw;
int32_t m_guiAnisotropicFiltering{0};
bool m_guiFrontToBackRendering{false};
bool m_guiGeometryClear{true};
bool m_guiFrontToBackRendering{true};
bool m_guiGeometryClear{false};
bool m_guiAsyncTextureUpload{false};
bool m_guiVideoLayoutTransparent{false};

Expand Down

0 comments on commit 6689460

Please sign in to comment.