diff --git a/src/export.cpp b/src/export.cpp index 6eae426..b242325 100644 --- a/src/export.cpp +++ b/src/export.cpp @@ -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; }