mirror of
https://github.com/wiiu-env/WUHBUtilsModule.git
synced 2024-11-22 11:29:18 +01:00
Fix setting MountBundle result.
This commit is contained in:
parent
8faecb1434
commit
f21357527d
@ -41,9 +41,10 @@ WUHBUtilsApiErrorType WUU_MountBundle(const char *name, const char *path, Bundle
|
||||
auto res = romfsMount(name, path, (RomfsSource) source);
|
||||
if (res == 0) {
|
||||
mountedWUHB[name] = path;
|
||||
*outRes = res;
|
||||
}
|
||||
|
||||
*outRes = res;
|
||||
|
||||
return WUHB_UTILS_API_ERROR_NONE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user