SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
iOS/GBROMViewController.h
1 #import <UIKit/UIKit.h>
2
3 @interface GBROMViewController : UITableViewController<UIDocumentPickerDelegate>
4
5 /* For inheritance */
6 - (void)romSelectedAtIndex:(unsigned)index;
7 - (void)deleteROMAtIndex:(unsigned)index;
8 - (void)renameROM:(NSString *)oldName toName:(NSString *)newName;
9 - (void)duplicateROMAtIndex:(unsigned)index;
10 - (NSString *)rootPath;
11
12 /* To be used by subclasses */
13 - (UITableViewCell *)cellForROM:(NSString *)rom;
14 @end
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.