Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cemu-project/Cemu
/ GetForegroundTitleVersion
Function
GetForegroundTitleVersion
src/Cafe/CafeSystem.cpp:874–879 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
872
}
873
874
uint16 GetForegroundTitleVersion()
875
{
876
if (sLaunchModeIsStandalone)
877
return 0;
878
return sGameInfo_ForegroundTitle.GetVersion();
879
}
880
881
uint32 GetForegroundTitleSDKVersion()
882
{
Callers
7
updateMyPresence
Method · 0.85
gui_updateWindowTitles
Function · 0.85
InfoLog_TitleLoaded
Function · 0.85
CallHandler_GetMyPlayingGame
Method · 0.85
StartFriendSession
Method · 0.85
AcquireIndependentServiceToken
Function · 0.85
nnActExport_AcquireNexServiceToken
Function · 0.85
Calls
1
GetVersion
Method · 0.45
Tested by
no test coverage detected