MCPcopy 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

updateMyPresenceMethod · 0.85
gui_updateWindowTitlesFunction · 0.85
InfoLog_TitleLoadedFunction · 0.85
StartFriendSessionMethod · 0.85

Calls 1

GetVersionMethod · 0.45

Tested by

no test coverage detected