Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cemu-project/Cemu
/ UnmountCurrentTitle
Function
UnmountCurrentTitle
src/Cafe/CafeSystem.cpp:980–984 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
978
}
979
980
void UnmountCurrentTitle()
981
{
982
UnmountForegroundTitle();
983
fsc_unmount(
"/internal/code/"
, FSC_PRIORITY_BASE);
984
}
985
986
void ShutdownTitle()
987
{
Callers
1
ShutdownTitle
Function · 0.85
Calls
2
UnmountForegroundTitle
Function · 0.85
fsc_unmount
Function · 0.85
Tested by
no test coverage detected