diff --git a/Delta/Base.lproj/Main.storyboard b/Delta/Base.lproj/Main.storyboard index 69f0d72..d8c54d7 100644 --- a/Delta/Base.lproj/Main.storyboard +++ b/Delta/Base.lproj/Main.storyboard @@ -1,11 +1,10 @@ - + - - + @@ -42,11 +41,18 @@ - - - - - + + + + + + + + + + + + @@ -238,7 +244,7 @@ - + diff --git a/Delta/Game Selection/GamesViewController.swift b/Delta/Game Selection/GamesViewController.swift index 0da410d..54be978 100644 --- a/Delta/Game Selection/GamesViewController.swift +++ b/Delta/Game Selection/GamesViewController.swift @@ -110,7 +110,7 @@ extension GamesViewController self.activeEmulatorCore?.stop() } - SyncManager.shared.sync() + self.sync() } override func didReceiveMemoryWarning() @@ -358,6 +358,11 @@ extension GamesViewController: ImportControllerDelegate } } } + + @IBAction func sync() + { + SyncManager.shared.sync() + } } private extension GamesViewController