summaryrefslogtreecommitdiffstats
path: root/src/audio_core/behavior_info.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-09-25 23:14:02 +0200
committerLioncash <mathew1800@gmail.com>2020-09-25 23:14:02 +0200
commitdc83ca8914222230873c6a3b6056d8f9c183f42c (patch)
tree9536f50309b972aafed8d74279a50fbd4909e372 /src/audio_core/behavior_info.h
parentMerge pull request #4717 from lioncash/debug (diff)
downloadyuzu-dc83ca8914222230873c6a3b6056d8f9c183f42c.tar
yuzu-dc83ca8914222230873c6a3b6056d8f9c183f42c.tar.gz
yuzu-dc83ca8914222230873c6a3b6056d8f9c183f42c.tar.bz2
yuzu-dc83ca8914222230873c6a3b6056d8f9c183f42c.tar.lz
yuzu-dc83ca8914222230873c6a3b6056d8f9c183f42c.tar.xz
yuzu-dc83ca8914222230873c6a3b6056d8f9c183f42c.tar.zst
yuzu-dc83ca8914222230873c6a3b6056d8f9c183f42c.zip
Diffstat (limited to 'src/audio_core/behavior_info.h')
-rw-r--r--src/audio_core/behavior_info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/audio_core/behavior_info.h b/src/audio_core/behavior_info.h
index 50948e8df..512a4ebe3 100644
--- a/src/audio_core/behavior_info.h
+++ b/src/audio_core/behavior_info.h
@@ -49,9 +49,9 @@ public:
bool IsAdpcmLoopContextBugFixed() const;
bool IsSplitterSupported() const;
bool IsLongSizePreDelaySupported() const;
- bool IsAudioRenererProcessingTimeLimit80PercentSupported() const;
- bool IsAudioRenererProcessingTimeLimit75PercentSupported() const;
- bool IsAudioRenererProcessingTimeLimit70PercentSupported() const;
+ bool IsAudioRendererProcessingTimeLimit80PercentSupported() const;
+ bool IsAudioRendererProcessingTimeLimit75PercentSupported() const;
+ bool IsAudioRendererProcessingTimeLimit70PercentSupported() const;
bool IsElapsedFrameCountSupported() const;
bool IsMemoryPoolForceMappingEnabled() const;
bool IsFlushVoiceWaveBuffersSupported() const;