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

Function FCEU_TextScanlineOffsetFromBottom

src/fceu.cpp:1355–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1353 return FSettings.FirstSLine * 256;
1354}
1355int FCEU_TextScanlineOffsetFromBottom(int y) {
1356 return (FSettings.LastSLine - y) * 256;
1357}
1358
1359bool FCEU_IsValidUI(EFCEUI ui) {
1360 switch (ui) {

Callers 4

DrawMessageFunction · 0.85
drawstatusFunction · 0.85
FCEU_DrawMoviesFunction · 0.85
FCEU_DrawLagCounterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected