Set "config_save_on_exit" to false by default

This sets config_save_on_exit to false by default in retroarch.cfg for all devices.  Should help reduce the ability for users to get into an odd state in retroarch.  With it on by default there was a high chance of changes a users made in config for a game being saved into the global config.
This commit is contained in:
anthonycaccese 2023-10-16 16:40:56 -04:00
parent 089a39f6ef
commit be33b77a4c
6 changed files with 6 additions and 6 deletions

View file

@ -71,7 +71,7 @@ cheevos_token = ""
cheevos_unlock_sound_enable = "false"
cheevos_username = ""
cheevos_verbose_enable = "false"
config_save_on_exit = "true"
config_save_on_exit = "false"
content_database_path = "/tmp/database/rdb"
content_favorites_directory = "default"
content_favorites_path = "~/.config/retroarch/content_favorites.lpl"

View file

@ -70,7 +70,7 @@ cheevos_token = ""
cheevos_unlock_sound_enable = "false"
cheevos_username = ""
cheevos_verbose_enable = "false"
config_save_on_exit = "true"
config_save_on_exit = "false"
content_database_path = "/tmp/database/rdb"
content_favorites_directory = "default"
content_favorites_path = "~/.config/retroarch/content_favorites.lpl"

View file

@ -70,7 +70,7 @@ cheevos_token = ""
cheevos_unlock_sound_enable = "false"
cheevos_username = ""
cheevos_verbose_enable = "false"
config_save_on_exit = "true"
config_save_on_exit = "false"
content_database_path = "/tmp/database/rdb"
content_favorites_directory = "default"
content_favorites_path = "~/.config/retroarch/content_favorites.lpl"

View file

@ -70,7 +70,7 @@ cheevos_token = ""
cheevos_unlock_sound_enable = "false"
cheevos_username = ""
cheevos_verbose_enable = "false"
config_save_on_exit = "true"
config_save_on_exit = "false"
content_database_path = "/tmp/database/rdb"
content_favorites_directory = "default"
content_favorites_path = "~/.config/retroarch/content_favorites.lpl"

View file

@ -70,7 +70,7 @@ cheevos_token = ""
cheevos_unlock_sound_enable = "false"
cheevos_username = ""
cheevos_verbose_enable = "false"
config_save_on_exit = "true"
config_save_on_exit = "false"
content_database_path = "/tmp/database/rdb"
content_favorites_directory = "default"
content_favorites_path = "~/.config/retroarch/content_favorites.lpl"

View file

@ -70,7 +70,7 @@ cheevos_token = ""
cheevos_unlock_sound_enable = "false"
cheevos_username = ""
cheevos_verbose_enable = "false"
config_save_on_exit = "true"
config_save_on_exit = "false"
content_database_path = "/tmp/database/rdb"
content_favorites_directory = "default"
content_favorites_path = "~/.config/retroarch/content_favorites.lpl"