mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-08-03 15:23:33 +00:00
Add note about empty nested config values
This commit is contained in:
parent
d698660c19
commit
afb76aa970
1 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue