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

@@ -23,8 +23,8 @@ void parse_smdh(theme *entry, u16 *path)
if (!size)
{
printf("Failed on path: ");
printu(path);
// printf("Failed on path: ");
// printu(path);
return;
}