Skip to content

Commit

Permalink
PVRefreshLibrary don’t delete PVGames
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
  • Loading branch information
JoeMatt committed Dec 3, 2024
1 parent 2f25fc9 commit b1273d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provenance/Main UI/PVAppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ final class PVAppDelegate: UIResponder, GameLaunchingAppDelegate, UIApplicationD
Future<Void, Error> { promise in
Task { @MainActor in
do {
try RomDatabase.sharedInstance.deleteAllGames()
// try RomDatabase.sharedInstance.deleteAllGames()
if let _ = self.gameLibraryViewController {
self.gameLibraryViewController?.checkROMs(false)
} else {
Expand Down

0 comments on commit b1273d3

Please sign in to comment.