bear minium hacks to hapics to get broken cores working

affected were bsnes, snes9x, and neshawk
This commit is contained in:
nattthebear 2021-03-31 17:50:31 -04:00
parent 2a09345a7e
commit b964cf9447
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace BizHawk.Emulation.Common
/// <seealso cref="IEmulator" />
public class ControllerDefinition
{
public ControllerDefinition() => HapticsChannels.Add("Debug");
public ControllerDefinition() {}
public ControllerDefinition(ControllerDefinition source)
: this()