Files
Play-Core/PureiGameCore.h
C.W. Betts df489664c8 Override GetRoamingDataPath so it points to our own, separate path.
This will prevent it from overriding the standalone Play's preferences.
2021-02-15 15:59:21 -07:00

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;