remove joypad.set and add joypad.get, as set was not built and get was
This commit is contained in:
parent
1c7fdf7529
commit
951721bb39
|
@ -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[] {
|
||||||
|
|
Loading…
Reference in New Issue