summaryrefslogtreecommitdiffhomepage
path: root/src/internal/pe_entry_point.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/pe_entry_point.c')
-rw-r--r--src/internal/pe_entry_point.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/pe_entry_point.c b/src/internal/pe_entry_point.c
new file mode 100644
index 0000000..e76f137
--- /dev/null
+++ b/src/internal/pe_entry_point.c
@@ -0,0 +1,6 @@
+#include <psxtypes/psxtypes.h>
+
+int __stdcall pe_entry_point(void * hinstance, uint32_t reason, void * reserved)
+{
+ return 1;
+}