pub type retro_vfs_remove_t = Option<unsafe extern "C" fn(path: *const c_char) -> c_int>;
Expand description

Delete the specified file. Returns 0 on success, -1 on failure Introduced in VFS API v1