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:
xmikecampx7 2014-05-08 17:40:01 +00:00
parent d1fab20576
commit ae655b9dbc
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}