mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-24 17:02:02 -05:00
Add option to start games in fullscreen mode (#1580)
* Add option to start games in fullscreen mode * Add command line option * Use pascal case on menu item
This commit is contained in:
@@ -1379,6 +1379,17 @@
|
||||
"description": "Path to custom GUI theme",
|
||||
"default": ""
|
||||
},
|
||||
"start_fullscreen": {
|
||||
"$id": "#/properties/start_fullscreen",
|
||||
"type": "boolean",
|
||||
"title": "Start games in fullscreen mode",
|
||||
"description": "Start games in fullscreen mode",
|
||||
"default": false,
|
||||
"examples": [
|
||||
true,
|
||||
false
|
||||
]
|
||||
},
|
||||
"enable_keyboard": {
|
||||
"$id": "#/properties/enable_keyboard",
|
||||
"type": "boolean",
|
||||
|
Reference in New Issue
Block a user