fix goofy aux mappings

This commit is contained in:
Chris Danford
2005-08-17 09:59:05 +00:00
parent 8761b044e2
commit eee28fe396
+3 -3
View File
@@ -310,9 +310,9 @@ static void InitCharAliases()
{ "auxl3", 0xE016 },
{ "auxr1", 0xE017 },
{ "auxr2", 0xE018 },
{ "auxr3", 0xE017 },
{ "auxselect", 0xE018 },
{ "auxstart", 0xE018 },
{ "auxr3", 0xE019 },
{ "auxselect", 0xE01A },
{ "auxstart", 0xE01B },
{ NULL, 0 }
};