MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEUI_GetRegion

Function FCEUI_GetRegion

src/fceu.cpp:1161–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1159}
1160
1161int FCEUI_GetRegion(void)
1162{
1163 int region;
1164
1165 if ( pal_emulation )
1166 {
1167 region = 1;
1168 }
1169 else if ( dendy )
1170 {
1171 region = 2;
1172 }
1173 else
1174 {
1175 region = 0;
1176 }
1177 return region;
1178}
1179
1180void FCEUI_SetRegion(int region, int notify)
1181{

Callers 5

periodicUpdateMethod · 0.85
regionChangedMethod · 0.85
createMainMenuMethod · 0.85
setRegionMethod · 0.85
updatePeriodicMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected