X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Fflac-1.3.2%2Fsrc%2Fshare%2Fgrabbag%2Ffile.c;h=0329bce97c98496de06114bb30cf05f1a3e76acf;hb=e3e1b865f7c06f57918b97f7293b5b2959fb7b7d;hp=4cbef9d9dc7c0b0a3e41f6e261983719eb3e7c34;hpb=ce188d4d7f3b9ad04867c49b424e8497c2ade92b;p=pcsx_rearmed.git diff --git a/deps/flac-1.3.2/src/share/grabbag/file.c b/deps/flac-1.3.2/src/share/grabbag/file.c index 4cbef9d9..0329bce9 100644 --- a/deps/flac-1.3.2/src/share/grabbag/file.c +++ b/deps/flac-1.3.2/src/share/grabbag/file.c @@ -58,7 +58,9 @@ void grabbag__file_copy_metadata(const char *srcpath, const char *destpath) srctime.actime = srcstat.st_atime; srctime.modtime = srcstat.st_mtime; (void)flac_chmod(destpath, srcstat.st_mode); +#if !defined _3DS (void)flac_utime(destpath, &srctime); +#endif } }