mirror of
https://github.com/wiiu-env/RPXLoadingModule.git
synced 2024-11-22 01:49:15 +01:00
Use the correct path for the RemoveDevice call
This commit is contained in:
parent
7ee7d4f404
commit
ba1ea768e4
@ -347,7 +347,7 @@ RPXLoaderStatus RL_UnmountCurrentRunningBundle() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int outRes = -1;
|
int outRes = -1;
|
||||||
if (ContentRedirection_RemoveDevice(WUHB_ROMFS_NAME, &outRes) == CONTENT_REDIRECTION_RESULT_SUCCESS) {
|
if (ContentRedirection_RemoveDevice(WUHB_ROMFS_PATH, &outRes) == CONTENT_REDIRECTION_RESULT_SUCCESS) {
|
||||||
if (outRes < 0) {
|
if (outRes < 0) {
|
||||||
DEBUG_FUNCTION_LINE_ERR("RemoveDevice \"%s\" failed for ContentRedirection Module", WUHB_ROMFS_NAME);
|
DEBUG_FUNCTION_LINE_ERR("RemoveDevice \"%s\" failed for ContentRedirection Module", WUHB_ROMFS_NAME);
|
||||||
OSFatal("RL_UnmountCurrentRunningBundle: RemoveDevice \"" WUHB_ROMFS_NAME "\" failed for ContentRedirection Module");
|
OSFatal("RL_UnmountCurrentRunningBundle: RemoveDevice \"" WUHB_ROMFS_NAME "\" failed for ContentRedirection Module");
|
||||||
|
Loading…
Reference in New Issue
Block a user