Merge pull request #3085 from 6lackmag3/patch-73
GameDB: add PS Mouse support for Discword
This commit is contained in:
commit
e4e7080f98
|
@ -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…
Reference in New Issue