Merge pull request #3085 from 6lackmag3/patch-73

GameDB: add PS Mouse support for Discword
pull/3086/head
Connor McLaughlin 3 years ago committed by GitHub
commit e4e7080f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -436776,7 +436776,8 @@
"multitap": false,
"linkCable": false,
"controllers": [
"DigitalController"
"DigitalController",
"PlayStationMouse"
],
"track_data": [
{
@ -436810,7 +436811,8 @@
"multitap": false,
"linkCable": false,
"controllers": [
"DigitalController"
"DigitalController",
"PlayStationMouse"
],
"track_data": [
{
@ -436848,7 +436850,8 @@
"multitap": false,
"linkCable": false,
"controllers": [
"DigitalController"
"DigitalController",
"PlayStationMouse"
],
"track_data": [
{

Loading…
Cancel
Save