diff options
| -rw-r--r-- | src/audio_core/audio_manager.cpp | 2 | ||||
| -rw-r--r-- | src/audio_core/audio_manager.h | 8 |
2 files changed, 0 insertions, 10 deletions
diff --git a/src/audio_core/audio_manager.cpp b/src/audio_core/audio_manager.cpp index 94f2f7e35..c46bc3839 100644 --- a/src/audio_core/audio_manager.cpp +++ b/src/audio_core/audio_manager.cpp | |||
| @@ -1,9 +1,7 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project | 1 | // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project |
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | 3 | ||
| 4 | #include "audio_core/audio_in_manager.h" | ||
| 5 | #include "audio_core/audio_manager.h" | 4 | #include "audio_core/audio_manager.h" |
| 6 | #include "audio_core/audio_out_manager.h" | ||
| 7 | #include "core/core.h" | 5 | #include "core/core.h" |
| 8 | 6 | ||
| 9 | namespace AudioCore { | 7 | namespace AudioCore { |
diff --git a/src/audio_core/audio_manager.h b/src/audio_core/audio_manager.h index 6edf1541d..6c76c36a7 100644 --- a/src/audio_core/audio_manager.h +++ b/src/audio_core/audio_manager.h | |||
| @@ -14,14 +14,6 @@ | |||
| 14 | 14 | ||
| 15 | namespace AudioCore { | 15 | namespace AudioCore { |
| 16 | 16 | ||
| 17 | namespace AudioOut { | ||
| 18 | class Manager; | ||
| 19 | } | ||
| 20 | |||
| 21 | namespace AudioIn { | ||
| 22 | class Manager; | ||
| 23 | } | ||
| 24 | |||
| 25 | /** | 17 | /** |
| 26 | * The AudioManager's main purpose is to wait for buffer events for the audio in and out managers, | 18 | * The AudioManager's main purpose is to wait for buffer events for the audio in and out managers, |
| 27 | * and call an associated callback to release buffers. | 19 | * and call an associated callback to release buffers. |