Changeset 187 in Main for trunk/Server/module.c
- Timestamp:
- Sep 28, 2024, 9:07:34 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/module.c
r182 r187 16 16 extern struct tw_config config; 17 17 18 #if def _PSP18 #if defined(_PSP) || defined(__PPU__) 19 19 void* tw_module_load(const char* path) { return NULL; } 20 20
Note:
See TracChangeset
for help on using the changeset viewer.