Skip to content

Commit

Permalink
Revert "Let us run background thread in Release"
Browse files Browse the repository at this point in the history
This reverts commit 5de93cf.
  • Loading branch information
clobber committed Oct 25, 2019
1 parent 0e7caf1 commit 43d80b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OpenEmu/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ class AppDelegate: NSDocumentController {
OEDBSavedGamesMediaShowsAutoSaves: true,
OEDBSavedGamesMediaShowsQuickSaves: true,
])

#if !DEBUG_PRINT
UserDefaults.standard.removeObject(forKey: OEGameCoreManagerModePreferenceKey)
#endif

// Don't let an old setting override automatically checking for app updates.
if let automaticChecksEnabled = UserDefaults.standard.object(forKey: "SUEnableAutomaticChecks") as? Bool, automaticChecksEnabled == false {
Expand Down

0 comments on commit 43d80b4

Please sign in to comment.