| 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 | { |
no test coverage detected