Skip to content

Commit

Permalink
Added ROM migrator feature flag
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <[email protected]>
  • Loading branch information
JoeMatt committed Dec 28, 2024
1 parent 6257466 commit 3c8a877
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions features/features.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"features": {
"inAppFreeROMs": {
"enabled": true,
"minVersion": "1.0.0",
"minBuildNumber": "100",
"allowedAppTypes": ["standard", "lite"],
"description": "Allows downloading free ROMs directly in the app. Disabled for App Store builds."
}
"inAppFreeROMs": {
"enabled": true,
"minVersion": "1.0.0",
"minBuildNumber": "100",
"allowedAppTypes": ["standard", "lite"],
"description": "Allows downloading free ROMs directly in the app. Disabled for App Store builds."
},
"romPathMigrator": {
"enabled": false,
"minVersion": "1.0.0",
"minBuildNumber": "100",
"allowedAppTypes": ["standard", "lite", "standard.appstore", "lite.appstore"],
"description": "Enables ROM path migration functionality. Currently disabled for all builds."
}
}
}

}

0 comments on commit 3c8a877

Please sign in to comment.