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

@@ -1,5 +1,5 @@
{
"version": 15,
{
"version": 17,
"res_scale": 1,
"res_scale_custom": 1,
"max_anisotropy": -1,
@@ -47,6 +47,7 @@
"game_dirs": [],
"enable_custom_theme": false,
"custom_theme_path": "",
"start_fullscreen": false,
"enable_keyboard": false,
"hotkeys": {
"toggle_vsync": "Tab"