SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
Cocoa/NSObject+MavericksCompat.m
1 #import <AppKit/AppKit.h>
2 @implementation NSObject (MavericksCompat)
3 - (instancetype)initWithCoder:(NSCoder *)coder
4 {
5 return [self init];
6 }
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.