diff options
Diffstat (limited to 'emulators/truereality/files/patch-ac')
-rw-r--r-- | emulators/truereality/files/patch-ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/truereality/files/patch-ac b/emulators/truereality/files/patch-ac index f839c9c9e30c..7e5069cf9a79 100644 --- a/emulators/truereality/files/patch-ac +++ b/emulators/truereality/files/patch-ac @@ -1,6 +1,6 @@ ---- N64/memory.c.ORIG Sun Nov 28 14:21:18 1999 -+++ N64/memory.c Sun Nov 28 14:23:34 1999 -@@ -346,7 +346,8 @@ +--- N64/memory.c.orig Sat May 20 15:18:49 2000 ++++ N64/memory.c Sat May 20 15:20:56 2000 +@@ -312,7 +312,8 @@ mem_shminfo[i].shmid = shmget(IPC_PRIVATE, mem_size[i], IPC_CREAT | 0777); if(mem_shminfo[i].shmid < 0) { |