Skip to content

Mara_nx is a game patching application for Nintendo Switch. This application was build with Borealis by natinusala to simplify the patching process for Spanish translations available on TraduSquare.

License

Notifications You must be signed in to change notification settings

D3fau4/Mara_nx

Repository files navigation

Mara_nx

Mara_nx is a game patching application for Nintendo Switch. This application was build with Borealis by natinusala to simplify the patching process for Spanish translations available on TraduSquare.

Requirements for Compilation

Make sure you meet the following requirements to compile Mara_nx:

  • DevkitPro.
  • CMake 3.22 or higher.

Build

Follow the steps below to build Mara_nx:

  1. Clone this repository to your system:
git clone --recurse-submodules https://github.com/D3fau4/Mara_nx.git
  1. Navigate to the cloned repository directory:
cd Mara_nx
  1. Create a build directory:
mkdir build
  1. Generate build files with CMake:
cmake -G "Unix Makefiles" --toolchain=DevkitA64Libnx.cmake -S . -B build
  1. Build the project:
cmake --build .
  1. Once the compilation is finished, an executable file for Mara_nx.nro will be generated in build/

Credits

  • libnx - Tools and resources for Nintendo Switch homebrew development.
  • Borealis - Developed by natinusala.

About

Mara_nx is a game patching application for Nintendo Switch. This application was build with Borealis by natinusala to simplify the patching process for Spanish translations available on TraduSquare.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages