Fix pscdgen and psexe build

This commit is contained in:
2022-08-21 20:36:34 +02:00
parent 7d6b7d3db5
commit f7f43f50c6
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;
}