mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
settings_common: Fix typo
This commit is contained in:
parent
fe70c6f481
commit
fea5b758bc
@ -231,7 +231,7 @@ public:
|
|||||||
[[nodiscard]] virtual constexpr bool IsFloatingPoint() const = 0;
|
[[nodiscard]] virtual constexpr bool IsFloatingPoint() const = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns True if the underlying type is a integer storage
|
* @returns True if the underlying type is an integer storage
|
||||||
*/
|
*/
|
||||||
[[nodiscard]] virtual constexpr bool IsIntegral() const = 0;
|
[[nodiscard]] virtual constexpr bool IsIntegral() const = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user