I can't autoboot to Rxtools. It just goes to a black screen. Is this right?
// Boot menu configuration
boot_config =
{
// Default timeout in secondes
// If timeout = -1, disable autoboot
timeout = 0;
// 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 (16 max)
entries =
(
{
title = "rxTools";
path = "/rxTools/sys/code.bin";
offset = "0x12000";
},
{
title = "CakeCFW";
path = "/Cakes.dat";
offset = "0x12000";
},
{
title = "Homebrew Menu";
path = "/boot_hb.3dsx";
}
);
};
boot_config =
{
// Default timeout in secondes
// If timeout = -1, disable autoboot
timeout = 0;
// 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 (16 max)
entries =
(
{
title = "rxTools";
path = "/rxTools/sys/code.bin";
offset = "0x12000";
},
{
title = "CakeCFW";
path = "/Cakes.dat";
offset = "0x12000";
},
{
title = "Homebrew Menu";
path = "/boot_hb.3dsx";
}
);
};





of this im a supernoob and im oh so intrigued/confused by this





