1
1
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:
Xpl0itR
2020-12-01 22:02:27 +00:00
committed by GitHub
parent f6d88558b1
commit bd8d28c59d
7 changed files with 83 additions and 6 deletions

View File

@@ -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",