mirror of
https://github.com/wiiu-env/homebrew_on_menu_plugin.git
synced 2024-11-22 10:39:16 +01:00
Fix typo
This commit is contained in:
parent
e882e0b1e0
commit
5351af6c46
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user