mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
- HQ covers off by default now.
This commit is contained in:
parent
5bfb7fcd19
commit
afed7082f4
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 4.4 MiB After Width: | Height: | Size: 4.4 MiB |
@ -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 **************************/
|
||||
|
Loading…
Reference in New Issue
Block a user