Releases: ahezard/nds-hb-menu
V0.5.0-cia-ntr-beta.6
Changelog:
nds-bootstrap updated to V0.0.2. Compatibility and stability with dldi increased.
Edit :
Zip updated with files for HiyaCFW on dsi
V0.5.0-cia-ntr-beta.5
Changelog:
- Added new configuration option that allows the use of nds-bootstrap (https://github.com/ahezard/nds-bootstrap) for .nds loading. This bring some dldi compatibility without flashcard. release 0.0.1 of nds-bootstrap is included.
The ini file have been moved to SD://_nds/hbmenu.ini.
The "R4" cia is if you want the ability to access original R4's MicroSD as well. You don't need this unless you own an original R4 and want to launch things from it.
V0.5.0-cia-ntr-beta.4
Changelog:
-
Added new configuration system that uses INI file to define some behaviors. The following options can now be configured via INI file:
NTR_CLOCK
DISABLE_ANIMATION
RESET_SLOT1
LOCK_ARM7_SCFG_EXT
ENABLE_ALL_TWLSCFG
Note that the reset slot option will break DLDI access to the cart unless you boot said cart. Do not enable that option unless you need it for something (like an old rom/save dumper)
- Added DS/DSi Boot Animation splash. This can be disabled by the ini file if so desired. It's enabled by default.
To use the new ini file, ensure that it's located at SD://nds/hbmenu.ini on your 3DS's SD card.
The "R4" cia is if you want the ability to access original R4's MicroSD as well. You don't need this unless you own an original R4 and want to launch things from it.
V0.5.0-cia-ntr-beta.3
Same compatibility as the previous NTR release but without twl_bg patches needed.
Added option to boost ARM9 cpu (off by default) via the select button.
The option to browse the slot1 card with start button was already there but never documented. This requires to dldi patch hbmenu with the correct dldi driver for your card and rebuild the cia, For r4 owner use the build hbmenu_ntr_r4.cia included.
I recommand to still use the V0.5.0-cia-beta.1 version (blue icon) for dsi compatible homebrew, Both can be installed without conflict.
V0.5.0-cia-ntr-beta.2
Ported to extended NTR mode which brings greater compability with old homebrew but is worse with recent homebrews based on latest devkitARM (needs https://github.com/ahezard/twl_firm_patcher)
V0.5.0-cia-beta.1
This package is intended to homebrew developper that wish to port their existing nds homebrew to 3ds as .cia.
It contains
- bootstrap.cia, this cia just launch the /BOOT.NDS file on your sd card
- nds-hb-menu-dsi.cia, port of devkitpro hb-menu as cia, launch homebrew nds files on your sd
- bootstrap.arm7.elf, default devkitARM arm7 binary recompiled with memory mapping allowing it to run as cia
- patch_ndsheader_dsiware.py, script to patch the header of an existing .nds homebrew file to make it ready for make_cia
- make_cia, 3DSGuy tool to compile .nds file as cia
Thanks a lot to Apache Thunder who did most of the reverse engineering work.
V0.5.0-cia-alpha.1
nds-hb-menu V0.5.0 as a cia build alpha 1
It runs on DS mode and remains blocked on the fatInit message.