Skip to content

Commit

Permalink
Enables melonDS core for public versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rileytestut committed Mar 11, 2021
1 parent de315ea commit eafabb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Delta/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private extension AppDelegate
#if BETA
System.allCases.forEach { Delta.register($0.deltaCore) }
#else
System.allCases.filter { $0 != .ds && $0 != .genesis }.forEach { Delta.register($0.deltaCore) }
System.allCases.filter { $0 != .genesis }.forEach { Delta.register($0.deltaCore) }
#endif

#endif
Expand Down

0 comments on commit eafabb7

Please sign in to comment.