mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2026-03-30 23:38:48 +00:00
Creates a new BasicSettings class in common/settings, and forces setting a default and label for each setting that uses it in common/settings. Moves defaults and labels from both frontends into common settings. Creates a helper function in each frontend to facillitate reading the settings now with the new default and label properties. Settings::Setting is also now a subclass of Settings::BasicSetting. Also adds documentation for both Setting and BasicSetting. |
||
|---|---|---|
| .. | ||
| gcadapter | ||
| mouse | ||
| sdl | ||
| udp | ||
| analog_from_button.cpp | ||
| analog_from_button.h | ||
| CMakeLists.txt | ||
| keyboard.cpp | ||
| keyboard.h | ||
| main.cpp | ||
| main.h | ||
| motion_from_button.cpp | ||
| motion_from_button.h | ||
| motion_input.cpp | ||
| motion_input.h | ||
| touch_from_button.cpp | ||
| touch_from_button.h | ||