mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-23 05:22:02 -05:00
Config option to ignore missing services (#658)
* Implemented config option to ignore missing services * Removed unused using statement * Resolved comments from review
This commit is contained in:
@@ -411,6 +411,17 @@
|
||||
false
|
||||
]
|
||||
},
|
||||
"ignore_missing_services": {
|
||||
"$id": "#/properties/ignore_missing_services",
|
||||
"type": "boolean",
|
||||
"title": "Ignore Missing Services",
|
||||
"description": "Enable or disable ignoring missing services, this may cause instability",
|
||||
"default": false,
|
||||
"examples": [
|
||||
true,
|
||||
false
|
||||
]
|
||||
},
|
||||
"controller_type": {
|
||||
"$id": "#/properties/controller_type",
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user