[ オリジナルレポート ]

BugID: #07200

カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
DIP/入力仮承認未処理2019-01-07 00:252020-11-18 10:28
 
テスターillando担当者 ソース
バージョン0.204発生バージョン修正バージョン
修正コミットプルリク
フラグ
セット
セット詳細
 
概 要同一ブランドのコントローラ2台にStable Controller IDが設定できない。
詳 細The Stable Controller IDs configuration ( https://docs.mamedev.org/advanced/devicemap.html ) is not working using 2 controllers of the same brand.
This configuration is based on the device ID, but if the controllers that have generic names like "PS4Controller" MAME can not disambiguate between these devices.
I.e.
<mapdevice device="PS4Controller" controller="JOYCODE_1" />
<mapdevice device="PS4Controller" controller="JOYCODE_2" />

A solution to this problem can be found at this link (reply #12 by tverona)
http://forum.arcadecontrols.com/index.php?topic=151710.0#3
In his private build he made MAME able to recognise also the "Instance" for each device, so it's possible to write it in the .config file.
I.e.
<mapdevice device="instance_f1641160-a808-11e5-8006-444553540000" controller="JOYCODE_1" />
<mapdevice device="instance_f1641160-a808-11e5-8002-444553540000" controller="JOYCODE_2" />
再現手順 
追加情報 
 
添付ファイル