Skip to content
This repository was archived by the owner on Oct 17, 2020. It is now read-only.

Reisyukaku/ReiNX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2abb90f · May 6, 2020
May 6, 2020
May 5, 2020
Apr 15, 2020
May 6, 2020
Jul 22, 2018
Dec 19, 2018
Aug 3, 2018
Feb 24, 2019
Jul 22, 2018
May 5, 2020
Apr 28, 2019
Sep 13, 2019
Mar 30, 2019

Repository files navigation

ReiNX

License: GPL v2 Discord Server

The modular switch custom firmware

Usage:

Put ReiNX folder on the root of your switch's SD card and run ReiNX.bin with your favorite fusee launcher.

Compiling:

You'll need devkitpro with devkitARM (along with the devkitarm-rules package) and run:

git clone --recurse-submodules https://github.com/Reisyukaku/ReiNX.git
cd ReiNX && make

To compile with Docker, chmod +x docker-build.sh and run the shell script ./docker-build.sh. After that, just check out dir. This will compile without requiring installation of DevKit* dependencies.

Features:

  • Modularity (doesn't rely on or require any SD files to run; customize SD files to your liking)

  • Loads all KIPs from /ReiNX/sysmodules/ directory

  • Optional custom kernel/secmon/warmboot

  • FS patches on the fly (NCA verify/cmac and optional nogc)

  • Kernel patches on the fly (optional debug mode)

  • Exclusive ReiNX sysmodules

  • ES patch in RXP patch format (used with custom loader.kip)

Official thread:

HERE

Official Installation guide

HERE

Credits:

Naehrwert for hardware init code and generally being helpful!

CTCaer and st4rk for their contribution to the hardware code aswell!

SciresM for sysmodules!

The community for your support!