flycast/core/cfg
scribam d8137a967c
C++17 (#926)
* cmake: use c++17

* Use std::size

* Use std::make_unique

* Use std::clamp

* Use structured binding

* Use [[fallthrough]]

* Use enable_if_t/is_enum_v/is_integral_v/is_same_v

* Use if constexpr

* Use try_emplace

* Use auto for iterators

* Use inline variables
2023-02-18 13:24:34 +01:00
..
cfg.cpp cfg: per-game settings must be deleted when changed back to standard 2022-07-25 11:25:42 +02:00
cfg.h cfg: per-game settings must be deleted when changed back to standard 2022-07-25 11:25:42 +02:00
cl.cpp Support for comma separated "-config section:key=value,section:key=value,..." command line syntax 2022-12-15 22:49:55 +01:00
ini.cpp C++17 (#926) 2023-02-18 13:24:34 +01:00
ini.h oit: add max layers and pixel buffer size options 2022-05-05 18:01:05 +02:00
option.cpp Merge remote-tracking branch 'origin/master' into dev 2023-02-05 22:20:28 +01:00
option.h C++17 (#926) 2023-02-18 13:24:34 +01:00