mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 03:47:57 -05:00
settings: Document BasicSetting, add Ranged
This commit is contained in:
@ -198,6 +198,10 @@ public:
|
||||
return this->ToString(maximum);
|
||||
}
|
||||
|
||||
constexpr bool Ranged() const override {
|
||||
return ranged;
|
||||
}
|
||||
|
||||
protected:
|
||||
Type value{}; ///< The setting
|
||||
const Type default_value{}; ///< The default value
|
||||
|
Reference in New Issue
Block a user