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

Function FCEUI_GetCurrentVidSystem

src/fceu.cpp:1153–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1151}
1152
1153int FCEUI_GetCurrentVidSystem(int *slstart, int *slend) {
1154 if (slstart)
1155 *slstart = FSettings.FirstSLine;
1156 if (slend)
1157 *slend = FSettings.LastSLine;
1158 return(PAL);
1159}
1160
1161int FCEUI_GetRegion(void)
1162{

Callers 11

FCEUMOV_CreateCleanMovieFunction · 0.85
ALoadFunction · 0.85
FCEUI_AviBeginFunction · 0.85
UpdateReplayDialogFunction · 0.85
Replay_LoadMovieFunction · 0.85
CalcVideoDimensionsFunction · 0.85
InitVideoFunction · 0.85
LoadGameFunction · 0.85
updateMovieTextMethod · 0.85
InitVideoFunction · 0.85
sdl-video.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected