More actions
(Created page with "{{Infobox 3DS Homebrews |title=Rehid With Virtual Sliders |image=Rehid2.png |description=Rehid with virtual sliders, controlled through key combo. |author=GrieferPig |lastupdated=2024/04/28 |type=Utilities |version=1.0 |license=Mixed |download=https://dlhb.gamebrew.org/3dshomebrews/rehidwvirtualsliders3DS.7z |website=https://gbatemp.net/threads/rehid-fork-w-sliders-save-your-3ds-from-broken-sliders.655016/ |source=https://github.com/GrieferPig/rehid_w_virtual_sliders |do...") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=Rehid With Virtual Sliders | |title=Rehid With Virtual Sliders | ||
|image= | |image=3ds.png | ||
|description= | |description=Save your 3DS from broken sliders, controlled through key combo. | ||
|author=GrieferPig | |author=GrieferPig | ||
|lastupdated=2024/04/28 | |lastupdated=2024/04/28 | ||
Line 19: | Line 19: | ||
|image_alt=rehid_w_virtual_sliders | |image_alt=rehid_w_virtual_sliders | ||
}} | }} | ||
This is a fork of the original [[Rehid_3DS|Rehid project]], which is used for remapping buttons on the 3DS. This fork version adds support for mapping both sliders, allowing you to adjust them even if they're physically broken. You can add and modify this in your rehid json config file to fit your preference. | |||
<pre> | |||
{ | |||
<pre>{ | "keys": [ | ||
{ | { | ||
"get": "VOLUP", | |||
"press": "START+R" | |||
}, | }, | ||
{ | { | ||
"get": "VOLDN", | |||
"press": "START+L" | |||
}, | }, | ||
{ | { | ||
"get": "3DUP", | |||
"press": "SELECT+R" | |||
}, | }, | ||
{ | { | ||
"get": "3DDN", | |||
"press": "SELECT+L" | |||
} | } | ||
] | ] | ||
} | } | ||
</pre> | </pre> | ||
'''Note:''' You don't need rehidhelper for this, and do not use that to update rehid module, it will overwrite this module with the original one which does not have adjustable virtual sliders. | |||
== | == Installation == | ||
Download the zip file from [https://github.com/GrieferPig/rehid_w_virtual_sliders/releases here]. | |||
Unzip it to your SD card root. Make sure you have FIRM patching in [[Luma3DS]] settings: | |||
* | * Hold Select+Power button until the top screen shows "Luma3ds Configuration". | ||
* Use D-Pad to go to "Enable loading external FIRMs and modules" and press A to enable; if it is already enabled, leave as is. | |||
* | |||
== | == Controls == | ||
Start+L/R - Adjust volume | |||
Select+L/R - Adjust 3D | |||
== Compatibility == | |||
Tested by the author on N3DS XL. | |||
==Changelog== | ==Changelog== | ||
'''v1.0''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/GrieferPig/rehid_w_virtual_sliders | ||
* GBAtemp - https://gbatemp.net/threads/rehid-fork-w-sliders-save-your-3ds-from-broken-sliders.655016/ |
Latest revision as of 00:50, 15 July 2024
Rehid With Virtual Sliders | |
---|---|
General | |
Author | GrieferPig |
Type | Utilities |
Version | 1.0 |
License | Mixed |
Last Updated | 2024/04/28 |
Links | |
Download | |
Website | |
Source | |
This is a fork of the original Rehid project, which is used for remapping buttons on the 3DS. This fork version adds support for mapping both sliders, allowing you to adjust them even if they're physically broken. You can add and modify this in your rehid json config file to fit your preference.
{ "keys": [ { "get": "VOLUP", "press": "START+R" }, { "get": "VOLDN", "press": "START+L" }, { "get": "3DUP", "press": "SELECT+R" }, { "get": "3DDN", "press": "SELECT+L" } ] }
Note: You don't need rehidhelper for this, and do not use that to update rehid module, it will overwrite this module with the original one which does not have adjustable virtual sliders.
Installation
Download the zip file from here.
Unzip it to your SD card root. Make sure you have FIRM patching in Luma3DS settings:
- Hold Select+Power button until the top screen shows "Luma3ds Configuration".
- Use D-Pad to go to "Enable loading external FIRMs and modules" and press A to enable; if it is already enabled, leave as is.
Controls
Start+L/R - Adjust volume
Select+L/R - Adjust 3D
Compatibility
Tested by the author on N3DS XL.
Changelog
v1.0
- First Release.