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

Testing your project

Wolfyxon edited this page Jul 24, 2024 · 2 revisions

Make sure to read the installing required software page first.

Running with love

make run

Running on the 3DS

On real hardware with 3dslink

First go to the Homebrew Launcher and press (Y). Make sure your 3DS is connected to the same network as your computer.

Then run

make 3dslink

If your app crashes on the first run, close it then start it from the app list in the Homebrew launcher.

Simulating the 3DS environment with nëst

To run your game with nëst, use

make 3ds_nest

Using an emulator (not recommended)

Important

LovePotion doesn't support emulators, you will most likely end up in your app closing right after start or in a black screen.

Adjust the 3DS_EMULATOR variable in your Makefile if you have other emulator than the default one installed.

Then run

make 3ds_emu

Clone this wiki locally