A work-in-progress Switch emulator focused on native recompilation.

Cheats


Cheats live in the Mods UI. They are runtime-only: no rebuild, enable or disable and it takes effect next launch.

Cheats patch memory addresses tied to the game's compiled executable, so they are Build ID-sensitive. When the Build ID doesn't match, Nx86 disables the cheat and warns you rather than applying it silently to the wrong build.

Files in cheats/ are named by Build ID:

cheats/
  AABBCCDD11223344.txt

Multiple files can coexist in the same folder. Nx86 picks the one that matches the active build.