git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

JoyKit/JOYInput.m

      1 #import "JOYInput.h"
      2 
      3 @interface JOYInput ()
      4 @property unsigned combinedIndex;
      5 @end
      6 
      7 @implementation JOYInput
      8 
      9 - (uint64_t)uniqueID
     10 {
     11     [self doesNotRecognizeSelector:_cmd];
     12     __builtin_unreachable();
     13 }
     14 
     15 - (NSString *)usageString
     16 {
     17     [self doesNotRecognizeSelector:_cmd];
     18     __builtin_unreachable();
     19 }
     20 
     21 @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.