summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audren_u.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-12 03:45:20 +0200
committerLioncash <mathew1800@gmail.com>2018-09-12 03:54:33 +0200
commitc243bc09d4d891f48643c18246a064548cefe889 (patch)
tree3145292ce0871f43897e4ee778fc974631b051a4 /src/core/hle/service/audio/audren_u.cpp
parentMerge pull request #1291 from lioncash/default (diff)
downloadyuzu-c243bc09d4d891f48643c18246a064548cefe889.tar
yuzu-c243bc09d4d891f48643c18246a064548cefe889.tar.gz
yuzu-c243bc09d4d891f48643c18246a064548cefe889.tar.bz2
yuzu-c243bc09d4d891f48643c18246a064548cefe889.tar.lz
yuzu-c243bc09d4d891f48643c18246a064548cefe889.tar.xz
yuzu-c243bc09d4d891f48643c18246a064548cefe889.tar.zst
yuzu-c243bc09d4d891f48643c18246a064548cefe889.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/audio/audren_u.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/hle/service/audio/audren_u.cpp b/src/core/hle/service/audio/audren_u.cpp
index 3870bec65..e84c4fa2b 100644
--- a/src/core/hle/service/audio/audren_u.cpp
+++ b/src/core/hle/service/audio/audren_u.cpp
@@ -2,12 +2,14 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#include <algorithm>
#include <array>
+#include <memory>
+#include "audio_core/audio_renderer.h"
#include "common/alignment.h"
+#include "common/common_funcs.h"
#include "common/logging/log.h"
-#include "core/core_timing.h"
-#include "core/core_timing_util.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/event.h"
#include "core/hle/kernel/hle_ipc.h"