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

Function GetForegroundTitleRegion

src/Cafe/CafeSystem.cpp:888–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 4

gui_updateWindowTitlesFunction · 0.85
InfoLog_TitleLoadedFunction · 0.85
GetPlatformRegionFunction · 0.85
MCP_GetSysProdSettingsFunction · 0.85

Calls 1

GetRegionMethod · 0.45

Tested by

no test coverage detected