diff --git a/TargetConfig.m b/TargetConfig.m index 73d4563..26746d5 100644 --- a/TargetConfig.m +++ b/TargetConfig.m @@ -29,7 +29,7 @@ +(TargetConfig*) unstringifyImpl: (NSArray*) comps withConfigList: (NSArray*) co return NULL; } --(void) trigger { +-(void) trigger (JoystickController *)jc { [[[[NSApplication sharedApplication] delegate] configsController] activateConfig:config forApplication: NULL]; }