mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
(OSX/Cocoa) basicEvent - change cmd to enum event_command
This commit is contained in:
parent
a730e35897
commit
bd95b0a8ae
@ -330,7 +330,7 @@ static void poll_iteration(void)
|
||||
|
||||
- (IBAction)basicEvent:(id)sender
|
||||
{
|
||||
unsigned cmd;
|
||||
enum event_command cmd;
|
||||
unsigned sender_tag = (unsigned)[sender tag];
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user