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

Function FCEUI_SelectStateNext

src/state.cpp:923–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921}
922
923void FCEUI_SelectStateNext(int n)
924{
925 if(n>0)
926 CurrentState=(CurrentState+1)%10;
927 else
928 CurrentState=(CurrentState+9)%10;
929 FCEUI_SelectState(CurrentState, 1);
930}
931
932int FCEUI_SelectState(int w, int show)
933{

Callers 5

CommandSelectSaveSlotFunction · 0.85
AppWndProcFunction · 0.85
incrementStateMethod · 0.85
decrementStateMethod · 0.85
KeyboardCommandsFunction · 0.85

Calls 1

FCEUI_SelectStateFunction · 0.85

Tested by

no test coverage detected