mirror of
https://github.com/wiiu-env/homebrew_on_menu_plugin.git
synced 2024-11-22 10:39:16 +01:00
Check /code/ for the .rpx of a .wuhb
This commit is contained in:
parent
037a170925
commit
090b6f5355
@ -70,7 +70,7 @@ int32_t getRPXInfoForID(uint32_t id, romfs_fileInfo *info) {
|
||||
snprintf(romName, 10, "%08X", id);
|
||||
|
||||
char root[12];
|
||||
snprintf(root, 12, "%08X:/", id);
|
||||
snprintf(root, 12, "%08X:/code/", id);
|
||||
|
||||
if (!(dir = opendir(root))) {
|
||||
return -2;
|
||||
|
Loading…
Reference in New Issue
Block a user