Change SNES default controller L & R buttons to W & E (instead of Q & E) to avoid a conflict with the default Read-only toggle hotkey (Q)

This commit is contained in:
adelikat 2012-09-22 20:38:05 +00:00
parent 46ec39d7e3
commit e156b3f722
1 changed files with 2 additions and 2 deletions

View File

@ -750,8 +750,8 @@ namespace BizHawk.MultiClient
B = "Z, J1 B1";
Y = "A, J1 B3";
X = "S, J1 B4";
L = "Q";
R = "W";
L = "W";
R = "E";
Start = "Return, J1 B8";
Select = "Space, J1 B7";
}