summaryrefslogtreecommitdiffhomepage
path: root/src/internal/pe_entry_point.c
blob: e76f13748d96ecfb9ec5c2a1a68fdb19ee764d07 (plain)
1
2
3
4
5
6
#include <psxtypes/psxtypes.h>

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