/PS4-Homebrew-Sample

Sample Homebrew for PS4 with basics functions.

Primary LanguageCMIT LicenseMIT

PS4 Homebrew Sample

  1. Preview
  2. How to compile / run
  3. Credits
  4. Contact
  5. Known bugs / to do

Information :

This is still a WIP, and the code may be bugged or not working. I'll keep update this repo to provide the best code I can.


1. Preview :

Showcase #01: https://www.youtube.com/watch?v=Fy1leri9apk

Showcase #02: https://www.youtube.com/watch?v=nw2FN0wzgzA

Latest Sneak Peak: https://twitter.com/ZeraTron_/status/921129847958790145


2. How to compile / run :

Prequisite:

  1. Install and build both ps4sdk & libOrbis
  2. Put the HomebrewLauncher folder in your libOrbis folder
  3. Build the payload, rename it eboot_plugin put it on a usb stick in a backup folder named CUSAXXXXX and plug in usb0
  4. Send the kernel_hooks with the elf-loader
  5. Launch Playroom, you should boot up in the homebrew

3. Thanks to :

  • BigBoss, for the basic libOrbis, and all his work.
  • TheoryWrong, for his help improving libOrbis.
  • Zecoxao, for providing me the kernel_hooks and eboot_plugin source code.
  • All the scene devs for their awesome works !

4. Contact :


5. Known Bugs / To Do :

  • Known Bugs:

    • A lot of stuffs are not working like expected, you get a lot of warnings when compiling etc...
  • To Do:

    • Fix and clean the code.
    • Add support for png decoding and rendering.
    • Add sound support.