git.y1.nz

SameBoy

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

iOS/GBActivityViewController.m

      1 #import "GBActivityViewController.h"
      2 
      3 @implementation GBActivityViewController
      4 
      5 - (UIModalPresentationStyle)modalPresentationStyle
      6 {
      7     return UIModalPresentationFormSheet;
      8 }
      9 
     10 @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.