Blob Blame History Raw
#include <psxtypes/psxtypes.h>

int __stdcall pe_entry_point(void * hinstance, uint32_t reason, void * reserved)
{
	(void)hinstance;
	(void)reason;
	(void)reserved;

	return 1;
}