Merge branch 'master' of ssh://gitlab.axiodl.com:6431/AxioDL/boo

This commit is contained in:
Jack Andersen 2018-02-02 17:06:27 -10:00
commit 2095037ab9
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ enum class EDolphinControllerButtons
{ {
Start = 1<<0, Start = 1<<0,
Z = 1<<1, Z = 1<<1,
L = 1<<2, R = 1<<2,
R = 1<<3, L = 1<<3,
A = 1<<8, A = 1<<8,
B = 1<<9, B = 1<<9,
X = 1<<10, X = 1<<10,