equal
deleted
inserted
replaced
403 sprintf(buf, "%s\\%s.sav", _fios_path, name); |
403 sprintf(buf, "%s\\%s.sav", _fios_path, name); |
404 } |
404 } |
405 |
405 |
406 void FiosDelete(const char *name) |
406 void FiosDelete(const char *name) |
407 { |
407 { |
408 char *path = str_buffr; |
408 char path[512]; |
|
409 |
409 FiosMakeSavegameName(path, name); |
410 FiosMakeSavegameName(path, name); |
410 unlink(path); |
411 unlink(path); |
411 } |
412 } |
412 |
413 |
413 const DriverDesc _video_driver_descs[] = { |
414 const DriverDesc _video_driver_descs[] = { |