123456789101112131415161718192021222324252627 |
- {
- "O3DE": {
- "Quality": {
- // Windows platform specific quality setting overrides go in this file
- "Groups": {
- // Example of how to override the default quality level for this platform to be high
- //"q_general": {
- // "Default": 2
- //}
- // Additional custom quality groups overrides go here.
- },
- "Devices": {
- // Device rules for this platform go here
- // Device rule groups can have whatever name makes sense to you
- //"Example": {
- // "Rules": {
- // "ExampleRegexRule": { "DeviceModel": "^ModelRegex$" }
- // },
- // "Settings": {
- // "q_general": 0
- // }
- //}
- }
- }
- }
- }
|