diff options
Diffstat (limited to 'games-emulation/pcsx2/files/0.41-time-renames.patch')
-rw-r--r-- | games-emulation/pcsx2/files/0.41-time-renames.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/games-emulation/pcsx2/files/0.41-time-renames.patch b/games-emulation/pcsx2/files/0.41-time-renames.patch deleted file mode 100644 index 96b924beffd7..000000000000 --- a/games-emulation/pcsx2/files/0.41-time-renames.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- Pcsx2Src/RPC/80000001fileio.h.orig 2003-08-14 11:39:42.319499152 -0400 -+++ Pcsx2Src/RPC/80000001fileio.h 2003-08-14 11:40:09.145420992 -0400 -@@ -73,10 +73,10 @@ - 4 Symbolic link */ - unsigned int st_attr;// Flag compatible with memory card mode - unsigned int st_size; -- unsigned char st_ctime[8];// Creation time -- unsigned char st_atime[8];/* This field is updated at the same time as last access time -+ unsigned char sr_ctime[8];// Creation time -+ unsigned char sr_atime[8];/* This field is updated at the same time as last access time - and last update time. */ -- unsigned char st_mtime[8];/* Last update time -+ unsigned char sr_mtime[8];/* Last update time - byte0 Reserved - byte1 Seconds - byte2 Minutes |