Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "List of games that support DualShock 4 via Bluetooth"

From PCGamingWiki, the wiki about fixing PC games
(My first list made in Cargo.)
 
Line 5: Line 5:
 
|join on=Infobox_game._pageName=Input._pageName
 
|join on=Infobox_game._pageName=Input._pageName
 
|fields=COUNT(*)
 
|fields=COUNT(*)
|where=Input.DualShock_4_connection_modes HOLDS 'Bluetooth' OR 'bluetooth' OR 'Bluetooth.' OR 'bluetooth.'
+
|where=Input.DualShock_4_connection_modes HOLDS 'Bluetooth' OR DualShock_4_connection_modes HOLDS 'bluetooth' OR DualShock_4_connection_modes HOLDS 'Bluetooth.' OR DualShock_4_connection_modes HOLDS 'bluetooth.' OR DualShock_4_connection_modes HOLDS 'Any' OR DualShock_4_connection_modes HOLDS 'any'
 
|format=text
 
|format=text
 
}}
 
}}
Line 12: Line 12:
 
tables=Infobox_game,Input
 
tables=Infobox_game,Input
 
|join on=Infobox_game._pageName=Input._pageName
 
|join on=Infobox_game._pageName=Input._pageName
|where=Input.DualShock_4_connection_modes HOLDS 'Bluetooth' OR 'bluetooth' OR 'Bluetooth.' OR 'bluetooth.'
+
|where=Input.DualShock_4_connection_modes HOLDS 'Bluetooth' OR DualShock_4_connection_modes HOLDS 'bluetooth' OR DualShock_4_connection_modes HOLDS 'Bluetooth.' OR DualShock_4_connection_modes HOLDS 'bluetooth.' OR DualShock_4_connection_modes HOLDS 'Any' OR DualShock_4_connection_modes HOLDS 'any'
 
|fields=Infobox_game._pageName,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Released,Infobox_game.Available_on,Input.DualShock_4_controller_support=Supported
 
|fields=Infobox_game._pageName,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Released,Infobox_game.Available_on,Input.DualShock_4_controller_support=Supported
 
|format=template
 
|format=template

Revision as of 23:19, 14 January 2022

This is a list of games believed to natively support DualShock 4 over Bluetooth connections. This means that no USB cables or adapters are needed, and that the game's controller support does not depend on Steam Input API.

Total number of games:

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS 'Bluetooth' OR DualShock_4_connection_modes HOLDS 'bluetooth' OR DualShock' at line 1 (mysql01.mysql.pcgamingwiki-14662257-production.svc.cluster.local)

Function: CargoSQLQuery::run Query: SELECT `cargo__Input`.`_pageID` AS `cargo_backlink_page_id_Input`,`cargo__Infobox_game`.`_pageID` AS `cargo_backlink_page_id_Infobox_game`,COUNT(*) FROM `cargo__Infobox_game` LEFT OUTER JOIN `cargo__Input` ON ((`cargo__Infobox_game`.`_pageName`=`cargo__Input`.`_pageName`)) WHERE `cargo__Input`.`DualShock_4_connection_modes` HOLDS 'Bluetooth' OR DualShock_4_connection_modes HOLDS 'bluetooth' OR DualShock_4_connection_modes HOLDS 'Bluetooth.' OR DualShock_4_connection_modes HOLDS 'bluetooth.' OR DualShock_4_connection_modes HOLDS 'Any' OR DualShock_4_connection_modes HOLDS 'any' ORDER BY `cargo__Input`.`_pageID`,`cargo__Infobox_game`.`_pageID`,COUNT(*) LIMIT 100

Error: No field named "DualShock_4_controller_support" found for the database table "Input".