Skip to content

Commit

Permalink
Add cheatui feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMatt committed Jan 23, 2025
1 parent 3c8a877 commit 56c694e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"minBuildNumber": "100",
"allowedAppTypes": ["standard", "lite", "standard.appstore", "lite.appstore"],
"description": "Enables ROM path migration functionality. Currently disabled for all builds."
},
"cheatsUseSwiftUI": {
"enabled": false,
"minVersion": "3.0.3",
"allowedAppTypes": ["standard", "lite", "standard.appstore", "lite.appstore"],
"description": "Uses the new SwiftUI interface for the cheats management system"
}
}
}

0 comments on commit 56c694e

Please sign in to comment.