| 944 | } |
| 945 | |
| 946 | void xSG_areaComposeLabel(char* label, int, char*, int) |
| 947 | { |
| 948 | char buf[64] = {}; |
| 949 | iSGMakeTimeStamp(buf); |
| 950 | sprintf(label, "%s", buf); |
| 951 | } |
| 952 | |
| 953 | S32 xSG_sv_flipinfo(st_XSAVEGAME_DATA* xsgdata) |
| 954 | { |
no test coverage detected