mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
- fix for issue #101. goes to show not very many people use categories. or if they do they never report the problem.
This commit is contained in:
parent
1f7e19cfa1
commit
29b8dccb52
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.4 MiB |
@ -161,7 +161,7 @@ void CMenu::_setGameCategories(void)
|
||||
if(m_categories.at(i) == '1')
|
||||
{
|
||||
char cCh = static_cast<char>(i + 32);
|
||||
gameCats =+ cCh;
|
||||
gameCats += cCh;
|
||||
}
|
||||
}
|
||||
m_cat.setString(catDomain, id, gameCats);
|
||||
|
Loading…
Reference in New Issue
Block a user