diff options
| author | 2023-09-14 11:30:14 -0400 | |
|---|---|---|
| committer | 2023-09-14 11:30:14 -0400 | |
| commit | fea5b758bce5f886f6ccadd5736a4ba2c17514cb (patch) | |
| tree | c974eabc6b0c5254c9870a36da5dd9fc34bea44f | |
| parent | settings_setting: Don't remove the AudioEngine workaround (diff) | |
| download | yuzu-fea5b758bce5f886f6ccadd5736a4ba2c17514cb.tar.gz yuzu-fea5b758bce5f886f6ccadd5736a4ba2c17514cb.tar.xz yuzu-fea5b758bce5f886f6ccadd5736a4ba2c17514cb.zip | |
settings_common: Fix typo
Diffstat (limited to '')
| -rw-r--r-- | src/common/settings_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings_common.h b/src/common/settings_common.h index 067234aab..1800ab10d 100644 --- a/src/common/settings_common.h +++ b/src/common/settings_common.h | |||
| @@ -231,7 +231,7 @@ public: | |||
| 231 | [[nodiscard]] virtual constexpr bool IsFloatingPoint() const = 0; | 231 | [[nodiscard]] virtual constexpr bool IsFloatingPoint() const = 0; |
| 232 | 232 | ||
| 233 | /** | 233 | /** |
| 234 | * @returns True if the underlying type is a integer storage | 234 | * @returns True if the underlying type is an integer storage |
| 235 | */ | 235 | */ |
| 236 | [[nodiscard]] virtual constexpr bool IsIntegral() const = 0; | 236 | [[nodiscard]] virtual constexpr bool IsIntegral() const = 0; |
| 237 | 237 | ||