1 2 3 4 5 6
#include <psxtypes/psxtypes.h> int __stdcall pe_lib_entry_point(void * hinstance, uint32_t reason, void * reserved) { return 1; }