More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew! | |title=Vita Homebrew Apps (Plugins) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/MERLev/ds4Touch | |source=https://github.com/MERLev/ds4Touch | ||
}} | }} | ||
'''Ds4touch''' is a plugin that adds ds4 touchpad support to PSTV/PSVita. | |||
== | ==What is ds4touch?== | ||
< | Adds ds4 touchpad support (ds4vita way) to PS TV and Vita with MiniVitaTV.<br /> | ||
Based on [https://github.com/xerpi xerpi]'s [[Ds4Vita]] code. | |||
==How To Install Ds4touch== | |||
<ol start="0"> | |||
<li>If updating, and there is '''ds4touch.suprx''' under ''ur0:/tai/'' folder or in taiHEN's config (''ur0:/tai/config.txt'') - remove it.</li> | |||
<li>Copy '''ds4touch.skprx''' to ''ur0:/tai/'' folder.</li> | |||
<li>Add '''ds4touch.skprx''' to taiHEN's config (''ur0:/tai/config.txt'') under '''KERNEL''' section: | |||
== | <pre>*KERNEL | ||
ur0:tai/ds4touch.skprx</pre> | |||
==Screenshot== | |||
[[image:ds4touchvita.jpg|600px]] | |||
=== Limitation Of Ds4touch=== | |||
* If connected several controllers, only the one connected first would be able to use touchpad | |||
* On '''PS TV''' for plugin to work, you need to disable "Use Touch Pointer in Games" under quick settings. | |||
==Changelog== | |||
'''(v.1.1.3)''' | |||
*[fix] 1 pixel out of screen issue | |||
'''(v.1.1.2)''' | |||
*Fixed storage wearing | |||
'''(v.1.1.1)''' | |||
*changed touch scaling method for easier edges access | |||
'''(v.1.1)''' | |||
*PS TV: additional *suprx plugin no more needed | |||
*PS TV: support for LiveArea and System apps | |||
*PS TV: ability to switch between native touch pointer and ds4touch by toggling "Use Touch Pointer in Games" under quick settings. | |||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
*[fix] Rapid touch inputs from second controller | |||
== Credits == | |||
*Based on [[Ds4Vita]] by [https://github.com/xerpi xerpi]<br /> | |||
*All testing done by [https://github.com/bosshunter bosshunter]<br /> | |||
*Special thanks to [https://github.com/teakhanirons teakhanirons] for pointing out some issues. | |||
== External links == | == External links == | ||
* Github - https://github.com/MERLev/ds4Touch | * Github - https://github.com/MERLev/ds4Touch | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/579 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/579 | ||
Revision as of 01:15, 9 November 2022
ds4touch | |
---|---|
File:Ds4touchvita.jpg | |
General | |
Author | Mer1e |
Type | Plugins |
Version | 1.0 |
License | Mixed |
Last Updated | 2020/09/13 |
Links | |
Download | |
Source | |
Ds4touch is a plugin that adds ds4 touchpad support to PSTV/PSVita.
What is ds4touch?
Adds ds4 touchpad support (ds4vita way) to PS TV and Vita with MiniVitaTV.
Based on xerpi's Ds4Vita code.
How To Install Ds4touch
- If updating, and there is ds4touch.suprx under ur0:/tai/ folder or in taiHEN's config (ur0:/tai/config.txt) - remove it.
- Copy ds4touch.skprx to ur0:/tai/ folder.
- Add ds4touch.skprx to taiHEN's config (ur0:/tai/config.txt) under KERNEL section:
*KERNEL ur0:tai/ds4touch.skprx
Screenshot
Limitation Of Ds4touch
- If connected several controllers, only the one connected first would be able to use touchpad
- On PS TV for plugin to work, you need to disable "Use Touch Pointer in Games" under quick settings.
Changelog
(v.1.1.3)
- [fix] 1 pixel out of screen issue
(v.1.1.2)
- Fixed storage wearing
(v.1.1.1)
- changed touch scaling method for easier edges access
(v.1.1)
- PS TV: additional *suprx plugin no more needed
- PS TV: support for LiveArea and System apps
- PS TV: ability to switch between native touch pointer and ds4touch by toggling "Use Touch Pointer in Games" under quick settings.
(v.1.0)
- First Release.
- [fix] Rapid touch inputs from second controller
Credits
- Based on Ds4Vita by xerpi
- All testing done by bosshunter
- Special thanks to teakhanirons for pointing out some issues.
External links