Changeset 339 in Main for trunk/Server/module.c


Ignore:
Timestamp:
Oct 15, 2024, 3:22:34 AM (5 weeks ago)
Author:
Nishi
Message:

trying to add nextstep support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/module.c

    r315 r339  
    1818extern struct tw_config config;
    1919
    20 #if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__)
     20#if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__)
    2121void* tw_module_load(const char* path) { return NULL; }
    2222
Note: See TracChangeset for help on using the changeset viewer.