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

Function BeginListShow

src/drivers/common/cheat.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112static int mordoe;
113
114void BeginListShow(void)
115{
116 listcount=0;
117 listsel=-1;
118 mordoe=0;
119}
120
121/* Hmm =0 for in list choices, hmm=1 for end of list choices. */
122/* Return equals 0 to continue, -1 to stop, otherwise a number. */

Callers 2

ListCheatsFunction · 0.85
ShowResFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected