git.y1.nz

SameBoy

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

AppleCommon/GBViewMetal.h

      1 #import <TargetConditionals.h>
      2 #import <MetalKit/MetalKit.h>
      3 #if TARGET_OS_IPHONE
      4 #import "../iOS/GBView.h"
      5 #else
      6 #import "../Cocoa/GBView.h"
      7 #endif
      8 
      9 @interface GBViewMetal : GBView<MTKViewDelegate>
     10 + (bool) isSupported;
     11 @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.