Changeset 401 in Main for trunk


Ignore:
Timestamp:
Nov 3, 2024, 3:16:35 PM (12 days ago)
Author:
Nishi
Message:

yeah

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r399 r401  
    6262
    6363PlayStation 2            Does not boot
     64Windows NT (MIPS)        Cannot read file properly
  • trunk/README.tmpl

    r399 r401  
    6262
    6363PlayStation 2            Does not boot
     64Windows NT (MIPS)        Cannot read file properly
  • trunk/Server/server.c

    r398 r401  
    10241024#endif
    10251025#if defined(__MINGW32__) || defined(__HAIKU__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__NETWARE__) && !defined(__DOS__))
    1026         struct thread_entry threads[2048];
     1026        struct thread_entry threads[128];
    10271027        for(i = 0; i < sizeof(threads) / sizeof(threads[0]); i++) {
    10281028                threads[i].used = false;
Note: See TracChangeset for help on using the changeset viewer.