D3fau4 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 96.3%Language:CMake 2.8%Language:C 0.8%Language:Batchfile 0.0%