setup graphics_hello_psyq

This commit is contained in:
2025-08-05 23:34:34 -04:00
parent 47ce58159d
commit c052253b0e
6 changed files with 66 additions and 26 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <stdlib.h>
int main(void)
{
return 0;
}
+1
View File
@@ -0,0 +1 @@
.include "./toolchain/pcsx-redux/src/mips/common/crt0/crt0.s"
+2
View File
@@ -1 +1,3 @@
.include "./toolchain/pcsx-redux/src/mips/common/crt0/crt0.s"