This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
dolphin
Watch
2
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-06-17 12:58:55 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2c54ee94c1bed2b958478e302307be4d056321a5
dolphin
/
Source
/
Core
/
DolphinQt
/
Config
/
ConfigControls
History
Joshua Vandaële
2c54ee94c1
linter: Apply clang-format 19.1 formatting
...
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
2025-04-23 11:19:20 +02:00
..
ConfigBool.cpp
Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system.
2024-12-10 13:40:30 -07:00
ConfigBool.h
Qt crash fix. Don't store Config::Info variable as a reference.
2024-12-23 15:40:07 -07:00
ConfigChoice.cpp
ConfigControl fix: Add invalid index check to ConfigComplexChoice. Resolve with a default index that can be set.
2025-03-26 13:15:57 -07:00
ConfigChoice.h
ConfigControl fix: Add invalid index check to ConfigComplexChoice. Resolve with a default index that can be set.
2025-03-26 13:15:57 -07:00
ConfigControl.h
linter: Apply clang-format 19.1 formatting
2025-04-23 11:19:20 +02:00
ConfigFloatSlider.cpp
Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system.
2024-12-10 13:40:30 -07:00
ConfigFloatSlider.h
Qt crash fix. Don't store Config::Info variable as a reference.
2024-12-23 15:40:07 -07:00
ConfigInteger.cpp
Add method to bold slider/spin labels when a user game ini setting is being used
2024-12-10 13:42:30 -07:00
ConfigInteger.h
Qt crash fix. Don't store Config::Info variable as a reference.
2024-12-23 15:40:07 -07:00
ConfigRadio.cpp
Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system.
2024-12-10 13:40:30 -07:00
ConfigRadio.h
Qt crash fix. Don't store Config::Info variable as a reference.
2024-12-23 15:40:07 -07:00
ConfigSlider.cpp
DolphinQt: Add option for value mappings to ConfigSlider
2024-12-27 05:40:13 +01:00
ConfigSlider.h
DolphinQt: Add option for value mappings to ConfigSlider
2024-12-27 05:40:13 +01:00