More actions
(Created page with "{{Infobox Switch Homebrews |title=SlideNX |image=slidenxswitch.png |description=A work in progress module to change JoyCon attach/detach sound |author=jonyluke |lastupdated=2019/06/12 |type=Other Apps |version=0.17 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/switchhomebrews/slidenxswitch.7z |website=https://gbatemp.net/threads/slidenx-change-joycon-attach-detach-sound.521749/ |source=https://github.com/jonyluke/SlideNX |donation= }} {{#seo: |title=Switch Homebre...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=SlideNX | |title=SlideNX | ||
|image= | |image=slidenx.png | ||
|description=A work in progress module to change JoyCon attach/detach sound | |description=A work in progress module to change JoyCon attach/detach sound> | ||
|author=jonyluke | |author=jonyluke | ||
|lastupdated=2019/06/12 | |lastupdated=2019/06/12 | ||
Line 8: | Line 8: | ||
|version=0.17 | |version=0.17 | ||
|license=GPL-2.0 | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/slidenx.7z | ||
|website=https://gbatemp.net/threads/slidenx-change-joycon-attach-detach-sound.521749/ | |website=https://gbatemp.net/threads/slidenx-change-joycon-attach-detach-sound.521749/ | ||
|source=https://github.com/jonyluke/SlideNX | |source=https://github.com/jonyluke/SlideNX | ||
|donation= | |donation= | ||
}} | }} | ||
SlideNX is a work in progress module to change JoyCon attach/detach sound. | |||
==Installation== | |||
Extract the latest release to the root folder of your SD card. | |||
Use it with Hekate. | |||
==User guide== | |||
There are already mp3 files for testing, to add custom sound: | |||
*Add the sound files you want to use to sounds folder. | |||
*For changing the attach sound rename your mp3 to attach.mp3. | |||
*For changing the detach sound rename your mp3 to detach.mp3. | |||
If you want to use random sounds, change the content of the config.ini file from random=false to random=true and add all the mp3s in the sounds folder. | |||
==Media== | ==Media== | ||
'''This is why Nintendo Switch homebrew is important''' ([https://www.youtube.com/watch?v=zUDSW22_cOQ NMKD // n00mkrad]) <br> | |||
<youtube>zUDSW22_cOQ</youtube> | <youtube>zUDSW22_cOQ</youtube> | ||
==Changelog== | ==Changelog== | ||
''' | '''v0.17''' | ||
* | * Added play random sounds option. | ||
'''0.16''' | |||
*Code has been cleaned and improved (now almost all the actuals issues should be solved). | |||
*Switched to NSP instead of the old KIP format. | |||
'''0.15.1''' | |||
*Now working with latest version of Kosmos. | |||
'''0.15''' | |||
*Improve Joycon attachment detection, now using gpio.. | |||
== External links == | == External links == | ||
* | * GBAtemp - https://gbatemp.net/threads/slidenx-change-joycon-attach-detach-sound.521749/ | ||
* | * GitHub - https://github.com/jonyluke/SlideNX | ||
Revision as of 02:56, 14 April 2023
SlideNX | |
---|---|
General | |
Author | jonyluke |
Type | Other Apps |
Version | 0.17 |
License | GPL-2.0 |
Last Updated | 2019/06/12 |
Links | |
Download | |
Website | |
Source | |
SlideNX is a work in progress module to change JoyCon attach/detach sound.
Installation
Extract the latest release to the root folder of your SD card.
Use it with Hekate.
User guide
There are already mp3 files for testing, to add custom sound:
- Add the sound files you want to use to sounds folder.
- For changing the attach sound rename your mp3 to attach.mp3.
- For changing the detach sound rename your mp3 to detach.mp3.
If you want to use random sounds, change the content of the config.ini file from random=false to random=true and add all the mp3s in the sounds folder.
Media
This is why Nintendo Switch homebrew is important (NMKD // n00mkrad)
Changelog
v0.17
- Added play random sounds option.
0.16
- Code has been cleaned and improved (now almost all the actuals issues should be solved).
- Switched to NSP instead of the old KIP format.
0.15.1
- Now working with latest version of Kosmos.
0.15
- Improve Joycon attachment detection, now using gpio..