remove joypad.set and add joypad.get, as set was not built and get was

This commit is contained in:
adelikat 2012-03-18 19:14:50 +00:00
parent 1c7fdf7529
commit 951721bb39
1 changed files with 2 additions and 2 deletions

View File

@ -292,8 +292,8 @@ namespace BizHawk.MultiClient
}; };
public static string[] JoypadFunctions = new string[] { public static string[] JoypadFunctions = new string[] {
"set", //"set",
//"get", "get",
}; };
public static string[] MultiClientFunctions = new string[] { public static string[] MultiClientFunctions = new string[] {