mirror of
https://github.com/derrod/legendary.git
synced 2025-01-18 13:17:09 +00:00
parent
d95fd20e76
commit
d842780c73
|
@ -27,7 +27,7 @@ class LGDLFS:
|
||||||
# EGS metadata
|
# EGS metadata
|
||||||
self._game_metadata = dict()
|
self._game_metadata = dict()
|
||||||
# Config with game specific settings (e.g. start parameters, env variables)
|
# Config with game specific settings (e.g. start parameters, env variables)
|
||||||
self.config = configparser.ConfigParser()
|
self.config = configparser.ConfigParser(comment_prefixes='/', allow_no_value=True)
|
||||||
self.config.optionxform = str
|
self.config.optionxform = str
|
||||||
|
|
||||||
# ensure folders exist.
|
# ensure folders exist.
|
||||||
|
|
Loading…
Reference in a new issue