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

Function CAbs

src/cheat.cpp:778–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776
777
778static int INLINE CAbs(int x)
779{
780 if(x<0)
781 return(0-x);
782 return x;
783}
784
785void FCEUI_CheatSearchEnd(int type, uint8 v1, uint8 v2)
786{

Callers 1

FCEUI_CheatSearchEndFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected