sammwyy / ps2-homebrew-sample

Hello World using PS2SDK DevKit (For homebrew development purposes)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PS2 Homebrew Sample

This is a sample homebrew application for the PS2. It is based on the PS2SDK.

⚙️ Setup environment

For a guide on how to setup the environment, please refer to the docs/setup_environment.md file.

📦 Build

You can build the sample running the ./scripts/build.sh script.

Otherwise, you can build it manually by running the following commands:

make
make clean

Output files will be located in the build directory.

⚡ Run

You can run the sample using an emulator like PCSX2.

🤝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check issues page.

❤️ Show your support

Give a ⭐️ if this project helped you!

Or buy me a coffeelatte 🙌

Ko-fi | Patreon

📝 License

Copyright © 2023 Sammwy.
This project is MIT licensed.

About

Hello World using PS2SDK DevKit (For homebrew development purposes)

License:MIT License


Languages

Language:C 53.9%Language:Makefile 40.1%Language:Shell 6.0%