This repository contains a simple PS4 homebrew example. The code can be compiled using the orbisdev toolchain.
Install the orbisdev toolchain and run:
orbis-clang main.c -o fake_shell.elfA GitHub Actions workflow is provided to automatically build the project. It uses the orbisdev/orbisdev Docker image to compile main.c and uploads the resulting fake_shell.elf artifact.