Good, what about the DS Profile exploit ? Will it still work on 10.2 (emuNand) ? As it is the only way to make you boot into rxTools / emuNand Mode without internet ?
Themehax/HomeMenuHax/MenuHax is the one to go now.
After you install Themehax/HomeMenuHax/MenuHax: Rename boot.3dsx on the root of SD to HBL_boot.3dsx. Download boot manager
https://gbatemp.net/threads/ctrbootmanager-3ds-boot-manager-loader-homemenuhax.398383/ . Copy the boot.3dsx and boot.cfg onto root of SD.
Open boot.cfg with notepad and delete everything. Copy and paste the below into that notepad and then save:
This is tested with rxTools nightly build October 02. Haven't tested the latest build because I haven't been be able to borrow an exploitable 3DS this week.
// Boot menu configuration
boot_config =
{
// Default timeout in secondes
// If timeout = -1, disable autoboot
timeout = 3;
// Some devices (n3ds?) seems to have
// some timing problems when using timeout=0 (autoboot).
// You may increase this value to improve boot success rate.
// Default delay (8) should be good for o3ds, 2 seems good for n3ds
autobootfix = 8;
// if timeout = 0 (autoboot),
// hold this key to enter the menu
// keycode list :
https://goo.gl/4XLDIL
recovery = 2; // SELECT
// Default boot entry
default = 0;
// Boot menu entries (11 max)
entries =
(
{
title = "rxTools";
path = "/rxTools/sys/code.bin";
offset = "0x12000";
},
{
title = "HomeBrewMenu";
path = "/HBL_boot.3dsx";
}
);
};