Check /code/ for the .rpx of a .wuhb

This commit is contained in:
Maschell 2021-01-09 19:37:25 +01:00
parent 037a170925
commit 090b6f5355

View File

@ -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;