mirror of
https://github.com/OpenEmu/Play-Core.git
synced 2025-11-01 11:06:11 +00:00
df489664c8
This will prevent it from overriding the standalone Play's preferences.
19 lines
290 B
Objective-C
19 lines
290 B
Objective-C
//
|
|
// PureiGameCore.h
|
|
// Play!
|
|
//
|
|
// Created by Alexander Strange on 10/24/15.
|
|
//
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
#import <OpenEmuBase/OEGameCore.h>
|
|
#import "OEPS2SystemResponderClient.h"
|
|
|
|
OE_EXPORTED_CLASS
|
|
@interface PureiGameCore : OEGameCore
|
|
|
|
@end
|
|
|
|
extern __weak PureiGameCore *_current;
|