Added back default Max/Min values for N64 VirtualPad, so that it properly loads without the need to set Max/Min.
This commit is contained in:
parent
d1fab20576
commit
ae655b9dbc
|
@ -145,7 +145,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
Refresh();
|
||||
}
|
||||
|
||||
public static int Max;
|
||||
public static int Min;
|
||||
public static int Max = 127;
|
||||
public static int Min = -127;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue