Skip to content

Releases: TheModdersDen/BootSoundNX

1.4.0-beta

02 Apr 06:54
Compare
Choose a tag to compare
1.4.0-beta Pre-release
Pre-release

1.4.0-beta

Changelog

  • Rebuilt codebase for 16.0.0 libnx release

  • Improved system stability

NOTE: I have not been able to test this on a live Switch yet nor on an emulator. This is purely a recompilation of existing, functional code from existing datasets. I just needed to restructure and re-piece some files back together in order to build it again.

1.3.0 - Updated to the latest HOS (13.2.1) and Atmosphere (1.2.6).

21 Mar 15:14
Compare
Choose a tag to compare

Nothing has changed, except with the fact that the code has been compiled to work with the latest changes in the HOS and Atmosphere codebase. I also added a boot2.flag to automagically enable the sys-module. If you don't want to have this automatically enabled, you can either:

  1. Manually disable it using something like DeepSea toolbox

OR

  1. Manually remove the boot2.flag in the relative path on your SD card. Hint: atmosphere/contents/00FF0000000002AA/flags/.

This has been a long time coming. Hope you all enjoy it! 😄

Side note: I will be adding a "TODO" list that I have in mind for this sys-module, such as multiple startup sound management, etc. for future ideas. Feel free to suggest any reasonable ideas. 😄

1.2.5 - Fix for longer audio files

12 Aug 14:30
Compare
Choose a tag to compare
Pre-release

Included below is an update to the codebase that I have evaluated with a ~30 second audio clip. The only quirk I've noticed thus far is the fact that when the Switch goes to sleep after boot, so will the sound.

However, after waking the Switch up, the sound will continue where it left off.

I have tested this on the latest Atmosphere (0.19.5), DeepSea (as of 8-12-2021), Hekate (5.5.8), and HOS (12.1.0).

If anyone has a different setup and has any issues, please let me know and I will do my best to resolve them.

//TheModdersDen

1.2.0

09 Aug 21:30
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release

Got it working, again!

  • Updated to latest Atmosphere-NX (atmosphere-0.19.5-9df13781c) and HOS (12.1.0)

  • Added a JSON file to have the sys-module register properly.

  • Fixed the Makefile to compile properly (code now compiles without errors).

  • Added some more instructions to the README.MD file on GitHub. Please take a look at it before using this project/codebase.

NOTE: THIS HAS ONLY BEEN TESTED ON MY SWITCH RUNNING THE SOFTWARE MENTIONED ABOVE. PLEASE NOTE THAT IF YOU ARE USING ANYTHING DIFFERENT, YOU ARE TESTING IT FOR YOURSELF. I WILL DO THE BEST I CAN TO HELP, BUT I AM FAIRLY NEW TO THE HOMEBREW DEVELOPMENT COMMUNITY AND WAS ABLE TO UPDATE THE CODE ONLY, NOT MAKE IT FROM SCRATCH.