| 101 | } |
| 102 | |
| 103 | char *U8ToStr(uint8 a) |
| 104 | { |
| 105 | static char str[3]; |
| 106 | sprintf(str,"%02X",a); |
| 107 | return str; |
| 108 | } |
| 109 | |
| 110 | //int RedoCheatsCallB(char *name, uint32 a, uint8 v, int s) { //bbit edited: this commented out line was changed to the below for the new fceud |
| 111 | int RedoCheatsCallB(const char *name, uint32 a, uint8 v, int c, int s, int type, void* data) |
no outgoing calls
no test coverage detected