Skip to content

Commit 0d9e241

Browse files
Merge pull request #1041 from mittonk/dice_buttons
dice: Update controls, language support
2 parents e6e560b + ff67b65 commit 0d9e241

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/library/dice.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Frontend-level settings or features that the DICE core respects:
8282
| [Softpatching](../guides/softpatching.md) ||
8383
| Disk Control ||
8484
| Username ||
85-
| Language | |
85+
| Language | |
8686
| Crop Overscan ||
8787
| LEDs ||
8888

@@ -102,9 +102,13 @@ Again, see .dmy files for games that do not use read-only memory.
102102

103103
There are numerous options around using mice to simulate spinners / paddle
104104
controllers, see
105-
https://github.com/mittonk/dice-libretro/?tab=readme-ov-file#mouse-support .
105+
[mouse-support](https://github.com/mittonk/dice-libretro/?tab=readme-ov-file#mouse-support).
106+
107+
- Easy: One mouse can be used for Paddle 1. Use "Core Options -> Use mouse pointer for paddle 1". You'll still want a keyboard or gamepad handy to have enough buttons.
108+
109+
- Somewhat advanced: Multiple mice are supported using certain libretro drivers on Linux and Windows, see [retromouse.md](https://github.com/mittonk/dice-libretro/blob/main/retromouse.md).
110+
106111

107-
These are still in flux.
108112

109113
## User 1 device types
110114

@@ -120,15 +124,15 @@ Most games are playable with just a joypad. Controls vary by game.
120124

121125
| RetroPad Inputs | User # input descriptors | (Device name) Inputs |
122126
|------------------------------------------------|--------------------------|---------------------------|
123-
| ![](../image/retropad/retro_b.png) | Button 2 | - |
127+
| ![](../image/retropad/retro_b.png) | Button 1 | - |
124128
| ![](../image/retropad/retro_y.png) | Button 3 | - |
125129
| ![](../image/retropad/retro_select.png) | Coin | - |
126130
| ![](../image/retropad/retro_start.png) | Start | - |
127131
| ![](../image/retropad/retro_dpad_up.png) | Up | - |
128132
| ![](../image/retropad/retro_dpad_down.png) | Down | - |
129133
| ![](../image/retropad/retro_dpad_left.png) | Left | - |
130134
| ![](../image/retropad/retro_dpad_right.png) | Right | - |
131-
| ![](../image/retropad/retro_a.png) | Button 1 | - |
135+
| ![](../image/retropad/retro_a.png) | Button 2 | - |
132136
| ![](../image/retropad/retro_x.png) | | - |
133137
| ![](../image/retropad/retro_l1.png) | Dollar | - |
134138
| ![](../image/retropad/retro_r1.png) | | - |
@@ -145,7 +149,7 @@ Most games are playable with just a joypad. Controls vary by game.
145149

146150
| RetroMouse Inputs | (Device name) Inputs |
147151
|-------------------------------------------------------|---------------------------|
148-
| ![](../image/retromouse/retro_mouse.png) Mouse Cursor | Paddle, see https://github.com/mittonk/dice-libretro/?tab=readme-ov-file#mouse-support |
152+
| ![](../image/retromouse/retro_mouse.png) Mouse Cursor | Paddle, see [mouse-support](https://github.com/mittonk/dice-libretro/?tab=readme-ov-file#mouse-support) |
149153
| ![](../image/retromouse/retro_left.png) Mouse 1 | - |
150154
| ![](../image/retromouse/retro_right.png) Mouse 2 | - |
151155
| ![](../image/retromouse/retro_middle.png) Mouse 3 | - |

0 commit comments

Comments
 (0)