mirror of
https://github.com/wiiu-env/librpxloader.git
synced 2024-11-22 02:09:15 +01:00
Add RL_UnmountCurrentRunningBundle support
This commit is contained in:
parent
33ed64965a
commit
b9af4a6cb8
@ -112,6 +112,14 @@ bool RL_RedirectContentWithFallback(const char *pathToContent);
|
|||||||
*/
|
*/
|
||||||
bool RL_DisableContentRedirection();
|
bool RL_DisableContentRedirection();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Unmounts the currently running bundle. This also disables the /vol/content redirection
|
||||||
|
*
|
||||||
|
* @return true if a .wuhb is running and the /vol/content was previously redirected
|
||||||
|
* false if no .wuhb is running or no /vol/content redirection is active.
|
||||||
|
*/
|
||||||
|
bool RL_UnmountCurrentRunningBundle();
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
#endif
|
#endif
|
@ -9,4 +9,5 @@ RL_FileRead
|
|||||||
RL_FileClose
|
RL_FileClose
|
||||||
RL_FileExists
|
RL_FileExists
|
||||||
RL_RedirectContentWithFallback
|
RL_RedirectContentWithFallback
|
||||||
RL_DisableContentRedirection
|
RL_DisableContentRedirection
|
||||||
|
RL_UnmountCurrentRunningBundle
|
Loading…
Reference in New Issue
Block a user