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

Function EndListShow

src/drivers/common/cheat.cpp:162–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162int EndListShow(void)
163{
164 if(mordoe)
165 {
166 int r=ListChoice(1);
167 if(r>0 && r<=listcount)
168 listsel=listids[r-1];
169 }
170 return(listsel);
171}
172
173/* Returns 0 to stop listing, 1 to continue. */
174int AddToList(char *text, uint32 id)

Callers 2

ListCheatsFunction · 0.85
ShowResFunction · 0.85

Calls 1

ListChoiceFunction · 0.85

Tested by

no test coverage detected