]> Nishi Git Mirror - tewi.git/commitdiff
yeah
authorNishi <nishi@nishi.boats>
Sun, 3 Nov 2024 06:16:35 +0000 (06:16 +0000)
committerNishi <nishi@nishi.boats>
Sun, 3 Nov 2024 06:16:35 +0000 (06:16 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@401 8739d7e6-ffea-ec47-b151-bdff447c6205

README
README.tmpl
Server/server.c

diff --git a/README b/README
index d8f5c36f4ab59595fb9aee87e6f79b8f126d1fc2..5cc2359664cfe03f3124527badbe0c96d6f58f23 100644 (file)
--- a/README
+++ b/README
@@ -61,3 +61,4 @@ Not supported
 I sometimes check they do compile, but does not work:
 
 PlayStation 2            Does not boot
+Windows NT (MIPS)        Cannot read file properly
index ea02fa651aa68af71a4316a25eec3cea94dfc270..472623896ba23403fe0dbebcbe0595136ca84b89 100644 (file)
@@ -61,3 +61,4 @@ Not supported
 I sometimes check they do compile, but does not work:
 
 PlayStation 2            Does not boot
+Windows NT (MIPS)        Cannot read file properly
index a253f95bcbe682abef4a0429f28252f16a255170..b1487358e2a75df3f08046665bf1c721088e5fbf 100644 (file)
@@ -1023,7 +1023,7 @@ void tw_server_loop(void) {
        struct timeval tv;
 #endif
 #if defined(__MINGW32__) || defined(__HAIKU__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__NETWARE__) && !defined(__DOS__))
-       struct thread_entry threads[2048];
+       struct thread_entry threads[128];
        for(i = 0; i < sizeof(threads) / sizeof(threads[0]); i++) {
                threads[i].used = false;
        }