mirror of
https://github.com/libretro/sameduck.git
synced 2024-12-03 15:30:41 +00:00
5 lines
198 B
Objective-C
5 lines
198 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "GBButtons.h"
|
|
|
|
NSString const *GBButtonNames[] = {@"Right", @"Left", @"Up", @"Down", @"A", @"B", @"Select", @"Start", @"Turbo", @"Rewind", @"Slow-Motion"};
|