Fix pscdgen and psexe build

This commit is contained in:
Jaby
2022-08-21 20:36:34 +02:00
committed by Jaby
parent 1892d094cd
commit 90638d5203
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;
}