More actions
No edit summary |
m (Text replacement - "|discussion=" to "|donation=") |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=touchremapvita2.png | ||
|image_alt=TouchRemap | |image_alt=TouchRemap | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=TouchRemap | |title=TouchRemap | ||
|image= | |image=touchremapvita2.png | ||
|description=Allows both touchpad remap. | |description=Allows both touchpad remap. | ||
|author=Rinnegatamante | |author=Rinnegatamante | ||
Line 17: | Line 17: | ||
|website=https://wololo.net/talk/viewtopic.php?t=48274 | |website=https://wololo.net/talk/viewtopic.php?t=48274 | ||
|source=https://github.com/Rinnegatamante/Touch-Remap | |source=https://github.com/Rinnegatamante/Touch-Remap | ||
|donation=https://www.patreon.com/Rinnegatamante | |||
}} | }} | ||
TouchRemap is a simple plugin that allows touchpads remap with different modes. | |||
== | It extends both [[WDNR Vita|WDNR]] and [[WDNF Vita|WDNF]] with other touchpads emulation possibilities. | ||
==Installation== | |||
Copy the .suprx file to ux0:tai/ or ur0:tai/. | |||
Add the following lines to tai/config.txt (change to ur0 if you store the plugin there) | |||
*ALL | |||
ux0:tai/TouchRemap.suprx | |||
==User guide== | |||
It allows eight types of emulation: | It allows eight types of emulation: | ||
* Default | * Default - Standard touchpads functionalities. | ||
* Frontpad | * Frontpad > Rearpad - Rearpad is disabled and frontpad will be redirected to both frontpad and rearpad. | ||
* Rearpad | * Rearpad > Frontpad - Frontpad is disabled and rearpad will be redirected to both frontpad and rearpad. | ||
* Inverted pads | * Inverted pads - Frontpad is redirected to rearpad and viceversa. | ||
* Frontpad disabled | * Frontpad disabled - Disables frontpad (WDNF). | ||
* Rearpad disabled | * Rearpad disabled - Disables rearpad (WDNR). | ||
* Both | * Both > Frontpad - Both pads will be redirected to frontpad. | ||
* Both | * Both > Rearpad - Both pads will be redirected to rearpad. | ||
It works by redirecting both pads to a single pad ([https://github.com/Rinnegatamante/Touch-Remap/blob/master/main.c#L70-L107 source]). | |||
This has been tested with vitaQuake. | |||
== | ==Controls== | ||
Start+Triangle+Cross - Change current mode | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.1''' | ||
* Fixed a bug in the "Rearpad Disabled" mode breaking its functionality. | * Fixed a bug in the "Rearpad Disabled" mode breaking its functionality. | ||
* Added "Both -> Frontpad" mode to remap both pads to frontpad. | * Added "Both -> Frontpad" mode to remap both pads to frontpad. | ||
* Added "Both -> Rearpad" mode to remap both pads to rearpad. | * Added "Both -> Rearpad" mode to remap both pads to rearpad. | ||
== External links == | == External links == | ||
* Wololo - https://wololo.net/talk/viewtopic.php?t=48274 | * Wololo - https://wololo.net/talk/viewtopic.php?t=48274 | ||
* | * GitHub - https://github.com/Rinnegatamante/Touch-Remap | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/281 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/281 | ||
[[Category:Support the author]] |
Latest revision as of 01:08, 14 August 2023
TouchRemap | |
---|---|
General | |
Author | Rinnegatamante |
Type | Plugins |
Version | 1.1 |
License | GPL-3.0 |
Last Updated | 2017/07/15 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
TouchRemap is a simple plugin that allows touchpads remap with different modes.
It extends both WDNR and WDNF with other touchpads emulation possibilities.
Installation
Copy the .suprx file to ux0:tai/ or ur0:tai/.
Add the following lines to tai/config.txt (change to ur0 if you store the plugin there)
*ALL ux0:tai/TouchRemap.suprx
User guide
It allows eight types of emulation:
- Default - Standard touchpads functionalities.
- Frontpad > Rearpad - Rearpad is disabled and frontpad will be redirected to both frontpad and rearpad.
- Rearpad > Frontpad - Frontpad is disabled and rearpad will be redirected to both frontpad and rearpad.
- Inverted pads - Frontpad is redirected to rearpad and viceversa.
- Frontpad disabled - Disables frontpad (WDNF).
- Rearpad disabled - Disables rearpad (WDNR).
- Both > Frontpad - Both pads will be redirected to frontpad.
- Both > Rearpad - Both pads will be redirected to rearpad.
It works by redirecting both pads to a single pad (source).
This has been tested with vitaQuake.
Controls
Start+Triangle+Cross - Change current mode
Changelog
v1.1
- Fixed a bug in the "Rearpad Disabled" mode breaking its functionality.
- Added "Both -> Frontpad" mode to remap both pads to frontpad.
- Added "Both -> Rearpad" mode to remap both pads to rearpad.