Changeset 189 in Main for trunk/Server/config.c


Ignore:
Timestamp:
Sep 29, 2024, 9:37:00 AM (7 weeks ago)
Author:
Nishi
Message:

will try to fix ps2 later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/config.c

    r187 r189  
    106106#elif defined(__PPU__)
    107107        strcpy(config.hostname, "ps3");
     108#elif defined(__ps2sdk__)
     109        strcpy(config.hostname, "ps2");
    108110#else
    109111        gethostname(config.hostname, 1024);
Note: See TracChangeset for help on using the changeset viewer.