From d054981eaaea7ddd23788d7c4fd091922d345506 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Thu, 14 Jul 2016 22:54:43 -0500 Subject: [PATCH] Registers SNES + GBA cores on app launch --- Delta/AppDelegate.swift | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Delta/AppDelegate.swift b/Delta/AppDelegate.swift index 590a266..b508382 100644 --- a/Delta/AppDelegate.swift +++ b/Delta/AppDelegate.swift @@ -9,6 +9,8 @@ import UIKit import DeltaCore +import SNESDeltaCore +import GBADeltaCore @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate @@ -17,6 +19,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { + Delta.register(SNES.core) + Delta.register(GBA.core) + self.window?.tintColor = UIColor.deltaPurpleColor() // Database