Fix pscdgen and psexe build

This commit is contained in:
Jaby
2022-08-21 20:36:34 +02:00
parent aff3e4acd1
commit 9245b8538d
6 changed files with 211 additions and 6 deletions

3
src/Library/src/start.c Normal file
View File

@@ -0,0 +1,3 @@
void _start() {
//call main here
}

View File

@@ -1,3 +0,0 @@
int wuff() {
return 0;
}