Skip to content

Alexyo21/polari-refresher

 
 

Repository files navigation

Polari-Refresher

QR Code

Formerly known as "ARN Updater"

A boot.firm updater for Polari3DS and boot9strap (formerly AuReiNand) as a 3DS homebrew (no more SD swaps!) Remember the first is the release one and the second is debug version so no errors you have to willingly go down with dpad to choose wrong.

Now supports also starlight3ds (press x during boot loading). if you want your firm to be here lemme know on my discord space... https://discord.gg/ue4AQqts

Usage

Originally from Hamcha's wiki:

For boot9strap Users:

  1. Install Luma Updater's CIA then launch it.
  2. Select latest stable version.

For HBL/Rosalina Users:

  1. Launch the HBL then Polari-refresher.
  2. Select latest stable version.

To possibly work on

  • i think for i while i won't work on it this meant to be used only for polari since it was dismissed from uni db.

Compiling Requirements

  • Your usual 3DS compilation environment
  • Latest* ctrulib (the one currently bundled with devKitPro won't cut it)
  • makerom and bannertool somewhere in your PATH environment
  • if you want to compile you need to use libctru 1.6.1 not above version you'll get crashes too lazy to debug...

Optional

  • zip binary for generating release archives (make pkg)

Compiling

make should create the output folder and fill it with both the 3dsx and the cia builds

make 3dsx will only build the 3dsx version [outdated]

Extra flags

make CITRA=1 disables features that aren't properly emulated on Citra (HTTPc) for easier testing

make DEBUG=1 will disable compile-time optimizations entirely

License

The assets and code for the homebrew (code under source/ and assets under meta/) are licensed under the WTFPL.
Refer to LICENSE.txt for the full text.

This project uses jsmn, which is licensed under the MIT license.
Refer to LICENSE.jsmn.txt for the full text.

This project uses minizip, which is licensed under the zlib license.
Refer to LICENSE.minizip.txt for the full text.

This project uses libmd5-rfc, which is licensed under the BSD license.
Refer to LICENSE.libmd5-rfc.txt for the full text.

Credits

About

Updater for Polari3DS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 73.4%
  • C++ 25.6%
  • Makefile 1.0%