| 886 | } |
| 887 | |
| 888 | CafeConsoleRegion GetForegroundTitleRegion() |
| 889 | { |
| 890 | if (sLaunchModeIsStandalone) |
| 891 | return CafeConsoleRegion::USA; |
| 892 | return sGameInfo_ForegroundTitle.GetRegion(); |
| 893 | } |
| 894 | |
| 895 | std::string GetForegroundTitleName() |
| 896 | { |
no test coverage detected