Skip to content

Commit

Permalink
MacUpdater: Initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
spycrab committed Feb 6, 2019
1 parent 9e2406e commit 80f4181
Show file tree
Hide file tree
Showing 11 changed files with 1,233 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ add_subdirectory(VideoBackends)
if(ENABLE_QT)
add_subdirectory(DolphinQt)
endif()

if (APPLE)
add_subdirectory(MacUpdater)
endif()
9 changes: 9 additions & 0 deletions Source/Core/MacUpdater/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 80f4181

Please sign in to comment.