Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sammwyy/ps2-homebrew-sample

Hello World using PS2SDK DevKit (For homebrew development purposes)
https://github.com/sammwyy/ps2-homebrew-sample

homebrew playstation-2 ps2dev ps2sdk

Last synced: about 2 hours ago
JSON representation

Hello World using PS2SDK DevKit (For homebrew development purposes)

Awesome Lists containing this project

README

        

# PS2 Homebrew Sample

This is a sample homebrew application for the PS2. It is based on the [PS2SDK](https://github.com/ps2dev/ps2sdk).

## ⚙️ Setup environment

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

## 📦 Build

```bash
make clean && make
```

Output files will be located in the `build` directory.

## ⚡ Run

You can run the sample using an emulator like [PCSX2](https://pcsx2.net/).

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/sammwyy/ps2-homebrew-sample/issues).

## ❤️ Show your support

Give a ⭐️ if this project helped you!

Or buy me a coffeelatte 🙌

[Ko-fi](https://ko-fi.com/sammwy) | [Patreon](https://patreon.com/sammwy)

## 📝 License

Copyright © 2024 [Sammwy](https://github.com/sammwyy).
This project is [MIT](LICENSE) licensed.