MacUpdater: Initial implementation

This commit is contained in:
spycrab 2019-01-18 15:31:14 +01:00
commit 80f4181f60
11 changed files with 1233 additions and 0 deletions

View file

@ -0,0 +1,9 @@
// Copyright 2019 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end