git.y1.nz

SameBoy

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

iOS/GBZipReader.h

      1 #import <Foundation/Foundation.h>
      2 
      3 @interface GBZipReader : NSObject
      4 - (instancetype)initWithBuffer:(const void *)buffer size:(size_t)size free:(void (^)(void))callback;
      5 - (instancetype)initWithPath:(NSString *)path;
      6 - (void)iterateFiles:(bool (^)(NSString *filename, size_t uncompressedSize, bool (^getData)(void *), bool (^writeToPath)(NSString *)))callback;
      7 @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.