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


Ignore:
Timestamp:
Sep 28, 2024, 9:07:34 AM (7 weeks ago)
Author:
Nishi
Message:

kinda works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/module.c

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