MCPcopy Create free account
hub / github.com/cemu-project/Cemu / GetForegroundTitleArgStr

Function GetForegroundTitleArgStr

src/Cafe/CafeSystem.cpp:915–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913 }
914
915 std::string GetForegroundTitleArgStr()
916 {
917 if (sLaunchModeIsStandalone)
918 return "";
919 auto& update = sGameInfo_ForegroundTitle.GetUpdate();
920 if (update.IsValid())
921 return update.GetArgStr();
922 return sGameInfo_ForegroundTitle.GetBase().GetArgStr();
923 }
924
925 CosCapabilityBits GetForegroundTitleCosCapabilities(CosCapabilityGroup group)
926 {

Callers 2

SetupExecutableFunction · 0.85
GetLaunchArgsFunction · 0.85

Calls 2

GetArgStrMethod · 0.80
IsValidMethod · 0.45

Tested by

no test coverage detected