mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-23 06:32:32 +01:00
4 lines
170 B
Objective-C
4 lines
170 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "GBButtons.h"
|
|
|
|
NSString const *GBButtonNames[] = {@"Right", @"Left", @"Up", @"Down", @"A", @"B", @"Select", @"Start", @"Turbo"}; |