| 1342 | } |
| 1343 | |
| 1344 | inline void GetCheatStr(char* buf, int a, int v, int c) |
| 1345 | { |
| 1346 | if (a < 0x8000 || disableShowGG) |
| 1347 | GetCheatCodeStr(buf, a, v, c); |
| 1348 | else |
| 1349 | EncodeGG(buf, a, v, c); |
| 1350 | } |
| 1351 | |
| 1352 | inline void GetCheatCodeStr(char* buf, int a, int v, int c) |
| 1353 | { |
no test coverage detected