diff options
author | 2016-09-14 17:53:34 -0700 | |
---|---|---|
committer | 2016-09-14 17:53:34 -0700 | |
commit | 0ed1ce56639faf0b4545ef75fc28e10746f17728 (patch) | |
tree | d8f0a7248e27730e6559cb848e54787523e810e6 /docs/source/advanced | |
parent | 44a63fccb71ea83eaa137f1ac6e71a60a1fceec3 (diff) |
Tweak info message
Diffstat (limited to 'docs/source/advanced')
-rw-r--r-- | docs/source/advanced/devicemap.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/advanced/devicemap.rst b/docs/source/advanced/devicemap.rst index 2b52ef00c78..be49b7d0091 100644 --- a/docs/source/advanced/devicemap.rst +++ b/docs/source/advanced/devicemap.rst @@ -74,8 +74,8 @@ Then, when MAME is started, it will list available devices to the console. For e Furthermore, when devices are mapped using mapdevice, you'll see that in the verbose logging too, such as: -| Mapped device 'HID-compliant mouse (\\?\HID#VID_D209&PID_1601&MI_02#9&375eebb1&0&0000#{378de44c-56ef-11d1-bc8c-00a0c91405dd})' to Gun #0 -| Mapped device 'HID-compliant mouse (\\?\HID#VID_D209&PID_1602&MI_02#8&389ab7f3&0&0000#{378de44c-56ef-11d1-bc8c-00a0c91405dd})' to Gun #1 -| Mapped device 'XInput Player 1' to Joy #0 -| Mapped device 'XInput Player 2' to Joy #1 +| Input: Remapped Gun #0: HID-compliant mouse (\\?\HID#VID_D209&PID_1601&MI_02#9&375eebb1&0&0000#{378de44c-56ef-11d1-bc8c-00a0c91405dd}) +| Input: Remapped Gun #1: HID-compliant mouse (\\?\HID#VID_D209&PID_1602&MI_02#8&389ab7f3&0&0000#{378de44c-56ef-11d1-bc8c-00a0c91405dd}) +| Input: Remapped Joy #0: XInput Player 1 +| Input: Remapped Joy #1: XInput Player 2 | |