Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

VitaControl: Difference between revisions

From GameBrew
(Created page with "{{#seo: |title=Vita Homebrew Apps (Plugins) - GameBrew |title_mode=append |image=ps-vita-logo.jpg |image_alt=VitaControl }} {{Infobox Vita Homebrews |title=VitaControl |image=ps-vita-logo.jpg |description=Use bluetooth controllers on your Vita! |author=Hydr8gon |lastupdated=2022/05/11 |type=Plugins |version=release |license=Mixed |download=https://dlhb.gamebrew.org/vitahomebrews/vitacontrol.7z |website= |source=https://github.com/Hydr8gon/VitaControl }} '''VitaControl'''...")
 
m (Text replacement - "|discussion=" to "|donation=")
 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title_mode=append
|title_mode=append
|image=ps-vita-logo.jpg
|image=psvita2.png
|image_alt=VitaControl
|image_alt=VitaControl
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=VitaControl
|title=VitaControl
|image=ps-vita-logo.jpg
|image=psvita2.png
|description=Use bluetooth controllers on your Vita!
|description=Use bluetooth controllers on your Vita.
|author=Hydr8gon
|author=Hydr8gon
|lastupdated=2022/05/11
|lastupdated=2023/05/27
|type=Plugins
|type=Plugins
|version=release
|version=release
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/vitacontrol.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/vitacontrol.7z
|website=
|website=https://hydr8gon.github.io/downloads/
|source=https://github.com/Hydr8gon/VitaControl
|source=https://github.com/Hydr8gon/VitaControl
|donation=http://paypal.me/Hydr8gon
}}
}}
'''VitaControl''' is an innovative solution that allows PlayStation Vita users to experience their favorite games with the added convenience and comfort of a Bluetooth controller. With VitaControl, you can now connect a wide range of Bluetooth controllers to your Vita and enjoy a seamless gaming experience.
VitaControl is an innovative solution that allows PlayStation Vita users to connect a wide range of Bluetooth controllers to your Vita and enjoy a seamless gaming experience.


The project's goal is to support as many Bluetooth controllers as possible and make it easy to add support for new ones. The team behind VitaControl welcomes pull requests from developers, gamers and enthusiasts who want to contribute and help expand the compatibility of the platform. With VitaControl, you can use the controller of your choice and take your gaming to the next level. Whether you prefer a traditional gamepad or a more modern controller, VitaControl makes it easy to connect and play.
The project's goal is to support as many Bluetooth controllers as possible and make it easy to add support for new ones.  


== Usage ==
==Installation==
Place <code>vitacontrol.skprx</code> in the <code>ur0:tai/</code> directory on your Vita. Open <code>config.txt</code> in the same folder and add <code>ur0:tai/vitacontrol.skprx</code> under the <code>*KERNEL</code> header. Reboot the Vita and pair your controllers through the Settings app!
Place vitacontrol.skprx in the ur0:tai/ directory on your Vita.  


== Supported Controllers ==
Open config.txt in the same folder and add ur0:tai/vitacontrol.skprx under the *KERNEL header
* Sony DualShock 3 Controller
* Sony DualShock 4 Controller
* Sony DualSense Controller
* Microsoft Xbox One Controller
* Nintendo Switch Pro Controller


== Compiling ==
*KERNEL
If you want to compile VitaControl yourself, you'll need to set up [https://vitasdk.org Vita SDK]. The project uses CMake, so you can build it with the following command: <code>mkdir -p build &amp;&amp; cd build &amp;&amp; cmake .. &amp;&amp; make</code>.
ur0:tai/vitacontrol.skprx
 
Reboot the Vita and pair your controllers through the Settings app.
 
==User guide==
=== Supported Controllers ===
* Sony DualShock 3 Controller.
* Sony DualShock 4 Controller.
* Sony DualSense Controller.
* Microsoft Xbox One Controller.
* Nintendo Switch Pro Controller.


==Changelog==  
==Changelog==  
'''(Rolling Release)'''
'''Rolling Release'''
* These are automatically updated builds of the latest commit.
* These are automatically updated builds of the latest commit.


== References ==
==Credits==
* [[ds3vita]] and [[ds4vita]] by xerpi - The plugins that [[ds34vita]] is based on
References:
* [[ds34vita]] by MERLev - The plugin that this is based on
* [[ds3vita]] and [[ds4vita]] by xerpi - The plugins that [[ds34vita]] is based on.
* [https://github.com/ndeadly/MissionControl MissionControl] by ndeadly - Inspiration for this project, and driver reference
* [[ds34vita]] by MERLev - The plugin that this is based on.
* [https://github.com/libsdl-org/SDL SDL] by libsdl-org - Another good driver reference
* [https://github.com/ndeadly/MissionControl MissionControl] by ndeadly - Inspiration for this project, and driver reference,
* [https://github.com/libsdl-org/SDL SDL] by libsdl-org - Another good driver reference,


== External links ==
== External links ==
* Github - https://github.com/Hydr8gon/VitaControl
* Author's website - https://hydr8gon.github.io/
* GitHub - https://github.com/Hydr8gon/VitaControl
 
[[Category:Support the author]]

Latest revision as of 01:08, 14 August 2023

VitaControl
Psvita2.png
General
AuthorHydr8gon
TypePlugins
Versionrelease
LicenseMixed
Last Updated2023/05/27
Links
Download
Website
Source
Support Author

VitaControl is an innovative solution that allows PlayStation Vita users to connect a wide range of Bluetooth controllers to your Vita and enjoy a seamless gaming experience.

The project's goal is to support as many Bluetooth controllers as possible and make it easy to add support for new ones.

Installation

Place vitacontrol.skprx in the ur0:tai/ directory on your Vita.

Open config.txt in the same folder and add ur0:tai/vitacontrol.skprx under the *KERNEL header

*KERNEL
ur0:tai/vitacontrol.skprx

Reboot the Vita and pair your controllers through the Settings app.

User guide

Supported Controllers

  • Sony DualShock 3 Controller.
  • Sony DualShock 4 Controller.
  • Sony DualSense Controller.
  • Microsoft Xbox One Controller.
  • Nintendo Switch Pro Controller.

Changelog

Rolling Release

  • These are automatically updated builds of the latest commit.

Credits

References:

  • ds3vita and ds4vita by xerpi - The plugins that ds34vita is based on.
  • ds34vita by MERLev - The plugin that this is based on.
  • MissionControl by ndeadly - Inspiration for this project, and driver reference,
  • SDL by libsdl-org - Another good driver reference,

External links

Advertising: