Commit Graph

2 Commits

Author SHA1 Message Date
Maximilian Mader
514beb2081
DolphinQt: Add an optional default value to ConfigUserPath constructor
The optional default value is used to implement `ConfigUserPath::Reset()`.
Since `ConfigUserPath` must not be empty, there was no easy way to reset
these paths to their default value.

With this change users of `ConfigUserPath` can now set the default path.
At the moment users of `ConfigUserPath` must place a reset button and
connect a callback to `ConfigUserPath::Reset` on their own.
2026-04-21 15:47:41 +02:00
Joshua Vandaële
b6766e1ca0
GameCubePane: Use ConfigControls where applicable 2025-10-27 16:21:59 +01:00