summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/adsp
diff options
context:
space:
mode:
authorBilly Laws <blaws05@gmail.com>2023-03-26 21:07:03 +0200
committerBilly Laws <blaws05@gmail.com>2023-03-27 23:01:41 +0200
commit237934b73690a56ff756d6e682fa336dee8c95a4 (patch)
treed2f584df73859445f60d1ee8bb03e0a81e281e46 /src/audio_core/renderer/adsp
parentaudio: Wait for samples on the emulated DSP side to avoid desyncs (diff)
downloadyuzu-237934b73690a56ff756d6e682fa336dee8c95a4.tar
yuzu-237934b73690a56ff756d6e682fa336dee8c95a4.tar.gz
yuzu-237934b73690a56ff756d6e682fa336dee8c95a4.tar.bz2
yuzu-237934b73690a56ff756d6e682fa336dee8c95a4.tar.lz
yuzu-237934b73690a56ff756d6e682fa336dee8c95a4.tar.xz
yuzu-237934b73690a56ff756d6e682fa336dee8c95a4.tar.zst
yuzu-237934b73690a56ff756d6e682fa336dee8c95a4.zip
Diffstat (limited to 'src/audio_core/renderer/adsp')
-rw-r--r--src/audio_core/renderer/adsp/audio_renderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/renderer/adsp/audio_renderer.h b/src/audio_core/renderer/adsp/audio_renderer.h
index f97f9401e..85ce6a269 100644
--- a/src/audio_core/renderer/adsp/audio_renderer.h
+++ b/src/audio_core/renderer/adsp/audio_renderer.h
@@ -10,9 +10,9 @@
#include "audio_core/renderer/adsp/command_buffer.h"
#include "audio_core/renderer/adsp/command_list_processor.h"
#include "common/common_types.h"
+#include "common/polyfill_thread.h"
#include "common/reader_writer_queue.h"
#include "common/thread.h"
-#include "common/polyfill_thread.h"
namespace Core {
namespace Timing {