From 49fd8d1534f6bbbe388c858fadece746229c2691 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 19 Jun 2020 09:21:10 +0200 Subject: [PATCH] [GitHub] Update README.md with 3DS simulator --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a9f3f8d20..bce2c87cc 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,23 @@ Also, you can change the number of processes that run in parallel during the bui +
+ 3DS Simulator + +You need devkitPro and devkitARM installed and in your path (instructions [here](https://devkitpro.org/wiki/Getting_Started)) +``` +git clone --recursive https://github.com/Omega-Numworks/Omega.git +cd Omega +git checkout --recursive omega-dev +make PLATFORM=simulator TARGET=3ds -j +``` +You can then put epsilon.3dsx on a SD card to run it from the HBC or use 3dslink to launch it over the network: +``` +3dslink output/release/simulator/3ds/epsilon.3dsx -a <3DS' IP ADDRESS> +``` + +
+ ## Contributing To contribute, please refer to the [Wiki](https://github.com/Omega-Numworks/Omega/wiki/Contributing)