Fix Unicode support (thanks @Stary2001)

This commit is contained in:
2017-08-27 23:46:43 -04:00
parent aa411e7c7b
commit 129eef0f38
5 changed files with 7 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ int main(void)
hidScanInput();
u32 kDown = hidKeysDown();
if (kDown & KEY_A)
{
{
for (int i = 0; i < theme_count; i++)
{
printu(themes_list[i]->name);