Changeset 189 in Main for trunk/Server/module.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/module.c

    r187 r189  
    1616extern struct tw_config config;
    1717
    18 #if defined(_PSP) || defined(__PPU__)
     18#if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__)
    1919void* tw_module_load(const char* path) { return NULL; }
    2020
Note: See TracChangeset for help on using the changeset viewer.