Registers SNES + GBA cores on app launch

This commit is contained in:
Riley Testut 2016-07-14 22:54:43 -05:00
parent 056e8aba6e
commit d054981eaa

View File

@ -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