Skip to content

Zig-PSP!

Compare
Choose a tag to compare
@IridescentRose IridescentRose released this 30 Sep 21:54
· 47 commits to master since this release

Welcome to the first release of the Zig-PSP toolchain! This toolchain is meant to be used with Zig master-branch / v0.7.0, and (for now) has a dependency on LLVM's linker, LLD. Zig-PSP is a repository that contains all the tools and APIs needed to make an application in Zig for the PSP. It also has the ability to generate a standalone library which can be linked to any C applications using a clang toolchain. Zig-PSP is User Mode complete, and allows programmers to develop for the Sony PSP to make homebrew games, applications, and more!

To get started, all you need is an up-to-date Zig install, and LLD. Then, you can make a repository based on this template in order to get a ready environment for PSP development!