mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
- last theme layout fix that I missed way back in r101
This commit is contained in:
parent
ef879da2d1
commit
151eca94a2
@ -379,7 +379,7 @@ void CMenu::_game(bool launch)
|
||||
{
|
||||
s8 direction = BTN_1_PRESSED ? 1 : -1;
|
||||
const char *domain = _domainFromView();
|
||||
int cfVersion = loopNum(m_cfg.getInt(domain, "last_cf_mode" , 1) + direction, m_numCFVersions);
|
||||
int cfVersion = 1+loopNum((m_cfg.getInt(domain, "last_cf_mode", 1)-1) + direction, m_numCFVersions);
|
||||
_loadCFLayout(cfVersion);
|
||||
m_cf.applySettings();
|
||||
m_cfg.setInt(domain, "last_cf_mode" , cfVersion);
|
||||
|
Loading…
Reference in New Issue
Block a user