Super Mario 3d Land 60fps Code Now

Here’s a ready-to-post guide for enabling 60fps in Super Mario 3D Land on Citra (or real hardware via plugins, though limited).


Step 3: Paste the code

Open that text file with Notepad (or any text editor), paste the code above, and save it.

Performance Requirements

Can your PC run Super Mario 3D Land at 60fps? The 3DS is old, but doubling the frame rate doubles the CPU load.

  • Minimum: Intel i5-3570 / AMD FX-8350. Integrated graphics (Intel UHD) will likely drop to 45fps in the "Special Worlds" with many moving platforms.
  • Recommended: Intel i7-6700 / AMD Ryzen 5 3600. Any dedicated GPU (GTX 1050 Ti or higher) is overkill.
  • Android (Mobile): Running this code on Citra MMJ (Android) is possible, but Snapdragon 865 or newer required. Exynos chips struggle with 60fps logic separation.

Issue A: "The game runs at double speed!"

Fix: You did not enable the "Game Speed Fixed" portion of the code. Ensure you are not using a generic "60fps" cheat without the logic divider. Only use the full code block provided above. super mario 3d land 60fps code

1. The Code (Action Replay / Gecko)

If you are looking for the specific cheat code used to unlock the frame rate in the Citra emulator, the most widely used hex-edit is as follows:

Game ID: 0004000000054000 (USA) / 0004000000054100 (EUR) Code Type: Action Replay / Cheat

[60 FPS]
04CD7728 00000001
[30 FPS (Default - Use to reset)]
04CD7728 00000002

(Note: The address 04CD7728 may vary slightly depending on the specific version of the game (e.g., v1.0 vs v1.1), but this is the standard offset for the US release commonly used in emulation communities.) Here’s a ready-to-post guide for enabling 60fps in

The "Cheat Code" Method (Emulator Specific)

On the Citra emulator, users have developed workarounds. While there is no universal 60fps code that works like a light switch, there is a popular configuration trick using the "Speed Limit" option. By setting the emulator’s speed limit to 200% but locking the game's internal logic, you can sometimes achieve 60fps rendering. However, this often breaks audio synchronization.

One of the most famous cheat attempts involved using a cheat.txt file with the following (now deprecated) lines:

[60 FPS (Experimental)] 1A2B3C4D 12345678 Step 3: Paste the code Open that text

Note: Actual functional codes vary wildly based on Citra version and region (USA/EUR/JPN) of the ROM. Most of these codes are broken as of the Lime3DS/PabloMK7 forks.

🎮 Real 3DS (Luma3DS code.ips)

For region USA v1.0 (0004000000054000):

Code (paste into cheats.txt and convert to code.ips):

[60 FPS v1.0]
0045D764 E1A00000
0045DB64 00000001
0045DCAC E1A00000

Steps:

  1. Create cheats.txt in /luma/titles/0004000000054000/
  2. Add the code above.
  3. Boot with Select → enable Enable game patching.
  4. Note: Real hardware may struggle to maintain stable 60fps (overclock New 3DS to 804MHz).