SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
JoyKit/JOYMultiplayerController.h
1 #import "JOYController.h"
2 #import <IOKit/hid/IOHIDLib.h>
3
4 @interface JOYMultiplayerController : JOYController
5 - (instancetype)initWithDevice:(IOHIDDeviceRef) device reportIDFilters:(NSArray <NSArray <NSNumber *> *>*) reportIDFilters hacks:hacks;
6 @end
7
8
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.