From: Nishi Date: Sun, 3 Nov 2024 06:16:35 +0000 (+0000) Subject: yeah X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=c6f9807bf7ba79fef962e1d6ebf70988c7f125d9;p=tewi.git yeah git-svn-id: file:///raid/svn-personal/tewi/trunk@401 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/README b/README index d8f5c36..5cc2359 100644 --- 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 diff --git a/README.tmpl b/README.tmpl index ea02fa6..4726238 100644 --- a/README.tmpl +++ b/README.tmpl @@ -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 diff --git a/Server/server.c b/Server/server.c index a253f95..b148735 100644 --- a/Server/server.c +++ b/Server/server.c @@ -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; }