Merge pull request #502 from justinweiss/restrict-threaded-rendering-drivers
[pcsx_rearmed.git] / deps / flac-1.3.2 / src / share / grabbag / file.c
index 4cbef9d..0329bce 100644 (file)
@@ -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
        }
 }