Disable home button on theme install

This commit is contained in:
2024-04-24 23:25:20 -04:00
parent 7e2191ad86
commit ecf9dc63ce
6 changed files with 33 additions and 4 deletions

View File

@@ -408,7 +408,7 @@ renamed:
DEBUG("path: %s\n", path_to_file);
u16 utf16path[0x106] = {0};
utf8_to_utf16(utf16path, path_to_file, 0x106);
utf8_to_utf16(utf16path, (u8 *) path_to_file, 0x106);
FS_Path path = fsMakePath(PATH_UTF16, utf16path);
// check if file already exists, and if it does, prompt the user