summaryrefslogtreecommitdiff
path: root/src/settings_table.h
AgeCommit message (Collapse)Author
2021-07-09Codechange: split settings.ini over several files (#9421)Patric Stout
This reduced the load on compilers, as currently for example MacOS doesn't like the huge settings-tables. Additionally, nobody can find settings, as the list is massive and unordered. By splitting it, it becomes a little bit more sensible.
2021-07-06Codechange: split off the settings table and all the callbacks from the main ↵rubidium42
settings handling logic