- HQ covers off by default now.

This commit is contained in:
Fledge68 2021-09-27 09:54:16 -05:00
parent 5bfb7fcd19
commit afed7082f4
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 MiB

After

Width:  |  Height:  |  Size: 4.4 MiB

View File

@ -2276,7 +2276,7 @@ void CMenu::_initCF(void)
/*********************** Setup coverflow covers settings ***********************/
CoverFlow.setBufferSize(m_cfg.getInt("GENERAL", "cover_buffer", 20));
CoverFlow.setHQcover(m_cfg.getBool("GENERAL", "cover_use_hq", true));
CoverFlow.setHQcover(m_cfg.getBool("GENERAL", "cover_use_hq", false));
CoverFlow.start(m_imgsDir);
/*********************** Get and set game list current item to center cover **************************/