BizHawk/BizHawk.Client.Common/Api
Hathor86 fcb0c8bc32 Work on input get/set through ApiHawk
Convertion has been moved to dedicated class

SystemInfo class review

SystemInfo class now instanciate all SystemInfo and stores them in a
static readonly collection (avoid creating a new class each time we call
DisplayName property).
+ EmulatedSystem enum (in Api) renamed to CoreSystem and moved to
BizHawk.Client.Common
+ this enum is used in SystemInfo class

Created a Joypad class that is populated with JoypadButton enum flags

Input get/set throught ApiHawk works for NES only. So many work remains...
2016-03-29 23:42:24 +02:00
..
CoreSystem.cs Work on input get/set through ApiHawk 2016-03-29 23:42:24 +02:00
JoypadButton.cs Work on input get/set through ApiHawk 2016-03-29 23:42:24 +02:00