mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
DS5: add models BDM-060M/BDM-060X
This commit is contained in:
@@ -545,6 +545,10 @@ class DS5Controller extends BaseController {
|
||||
if(a == 0x05) return "BDM-030";
|
||||
if(a == 0x06) return "BDM-040";
|
||||
if(a == 0x07 || a == 0x08) return "BDM-050";
|
||||
// TODO 0x09..0x10?
|
||||
if(a == 0x11) return "BDM-060M";
|
||||
// TODO 0x12?
|
||||
if(a == 0x13) return "BDM-060X";
|
||||
return l("Unknown");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user