graphics_system -> graphics_hello

This commit is contained in:
2025-08-04 23:58:09 -04:00
parent fb6f1a8e53
commit d64eaf8e2f
9 changed files with 20 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
# PSX.DEV Sample Code
Uses the vscode extension to setup a working C project with a pcsx-redux instance used with GDB server functionality.
Everything is built currently with make files which I want to simplify to not requiring if possible...
My goal was to do the pikuma course mostly in assembly with some sys calls to help but now this is in the way..