1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/emulators/truereality/files/patch-ac
Steve Price cac61163f1 TrueReality version 1999062900
A Nintendo N64(tm) emulator.

PR:		15146
Submitted by:	Mario S F Ferreira <lioux@linf.unb.br>
1999-12-25 15:50:05 +00:00

13 lines
661 B
Plaintext

--- 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 @@
mem_shminfo[i].shmid = shmget(IPC_PRIVATE, mem_size[i], IPC_CREAT | 0777);
if(mem_shminfo[i].shmid < 0)
{
- printf("alloc_n64_mem: Couldn't get SHM ID [%d]\n\n", i);
+ printf("alloc_n64_mem: Couldn't get SHM ID [%d]\n", i);
+ printf("alloc_n64_mem: Try increasing the kernel limits SHMMAX and SHMALL\n\n");
return(-1);
}