This commit is contained in:
Maschell 2022-02-14 19:28:33 +01:00
parent e882e0b1e0
commit 5351af6c46

View File

@ -315,7 +315,7 @@ DECL_FUNCTION(int, FSOpenFile, FSClient *client, FSCmdBlock *block, char *path,
int res = FS_STATUS_NOT_FOUND; int res = FS_STATUS_NOT_FOUND;
if (StringTools::EndsWith(path, iconTex)) { if (StringTools::EndsWith(path, iconTex)) {
// fallback to dummy icon if loaded homebrew is no .wbf // fallback to dummy icon if loaded homebrew is no .wuhb
*handle = 0x13371338; *handle = 0x13371338;
res = FS_STATUS_OK; res = FS_STATUS_OK;
} }