mirror of https://github.com/AxioDL/boo.git
Merge branch 'master' of ssh://gitlab.axiodl.com:6431/AxioDL/boo
This commit is contained in:
commit
2095037ab9
|
@ -20,8 +20,8 @@ enum class EDolphinControllerButtons
|
|||
{
|
||||
Start = 1<<0,
|
||||
Z = 1<<1,
|
||||
L = 1<<2,
|
||||
R = 1<<3,
|
||||
R = 1<<2,
|
||||
L = 1<<3,
|
||||
A = 1<<8,
|
||||
B = 1<<9,
|
||||
X = 1<<10,
|
||||
|
|
Loading…
Reference in New Issue