diff options
author | Lioncash <mathew1800@gmail.com> | 2022-09-13 19:50:39 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2022-09-15 15:47:23 +0200 |
commit | 2c91fbf7f1384b5cb01e20e4f59e27a1f9bd9a61 (patch) | |
tree | 3191d4574de640a9f152df2f32cbc47a0458a9b8 /src/audio_core/audio_manager.h | |
parent | Merge pull request #8880 from german77/slow-moving (diff) | |
download | yuzu-2c91fbf7f1384b5cb01e20e4f59e27a1f9bd9a61.tar yuzu-2c91fbf7f1384b5cb01e20e4f59e27a1f9bd9a61.tar.gz yuzu-2c91fbf7f1384b5cb01e20e4f59e27a1f9bd9a61.tar.bz2 yuzu-2c91fbf7f1384b5cb01e20e4f59e27a1f9bd9a61.tar.lz yuzu-2c91fbf7f1384b5cb01e20e4f59e27a1f9bd9a61.tar.xz yuzu-2c91fbf7f1384b5cb01e20e4f59e27a1f9bd9a61.tar.zst yuzu-2c91fbf7f1384b5cb01e20e4f59e27a1f9bd9a61.zip |
Diffstat (limited to 'src/audio_core/audio_manager.h')
-rw-r--r-- | src/audio_core/audio_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/audio_manager.h b/src/audio_core/audio_manager.h index 70316e9cb..8cbd95e22 100644 --- a/src/audio_core/audio_manager.h +++ b/src/audio_core/audio_manager.h @@ -76,7 +76,7 @@ public: private: /** - * Main thread, waiting on a manager signal and calling the registered fucntion. + * Main thread, waiting on a manager signal and calling the registered function. */ void ThreadFunc(); |