Add note about empty nested config values

This commit is contained in:
Sergey Stepanov 2023-10-17 17:07:57 +03:00 committed by sergystepanov
parent d698660c19
commit afb76aa970

View file

@ -1,5 +1,20 @@
# The main config file
# Note.
# Be aware that when this configuration is being overwritten
# by another configuration, any empty nested part
# in the further configurations will reset (empty out) all the values.
# For example:
# the main config second config result
# ... ... ...
# list: list: list:
# gba: gba: gba:
# lib: mgba_libretro lib: ""
# roms: [ "gba", "gbc" ] roms: []
# ... ...
#
# So do not leave empty nested keys.
# for the compatibility purposes
version: 3