Releases: Cruslan/PS3-NotVKCube
Releases · Cruslan/PS3-NotVKCube
Release list
v0.0.2
[v0.0.2] - 2026-08-01
🚀 Features & Improvements
- Automated PS3 SDK Setup (
make prepare): Integrated a zero-friction SDK preparation workflow into the build system. Runningmake prepareautomatically downloads and extracts the pre-compiledps3devPPU toolchain directly into./ps3dev, eliminating the need for system-wide toolchain installation or root privileges. - Enhanced Build Pipeline & NPDRM Packaging: Updated the
Makefileand packaging pipeline withsfo.xmlsupport,ppu-strip,sprxlinker, andmake_self_npdrm. The build process now generates retail-signed PKG files (notvkcube.pkg,notvkcube.gnpdrm.pkg) compatible with physical PS3 consoles (CFW/HEN) as well as fake-signed binaries (notvkcube.fake.self) for DEX consoles and the RPCS3 emulator. - GPL-3.0 Relicensing: Standardized the project license to the GNU General Public License v3.0 (GPL-3.0) for consistency across the PS3 homebrew ecosystem.
- Attribution & Documentation: Updated
README.mdwith explicit credits and references to the Mesa 3D project's classicvkcubedemonstration tool, along with comprehensive installation instructions.