summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-04 23:39:06 +0200
committerLioncash <mathew1800@gmail.com>2018-08-04 23:39:08 +0200
commitdf51207ed20b72da4e39b33d5d4159328ee72a9c (patch)
tree71b3571c25a2d79aa86d734031a51f98c5fb3e42 /src/core/hle/service/audio
parentMerge pull request #849 from DarkLordZach/xci (diff)
downloadyuzu-df51207ed20b72da4e39b33d5d4159328ee72a9c.tar
yuzu-df51207ed20b72da4e39b33d5d4159328ee72a9c.tar.gz
yuzu-df51207ed20b72da4e39b33d5d4159328ee72a9c.tar.bz2
yuzu-df51207ed20b72da4e39b33d5d4159328ee72a9c.tar.lz
yuzu-df51207ed20b72da4e39b33d5d4159328ee72a9c.tar.xz
yuzu-df51207ed20b72da4e39b33d5d4159328ee72a9c.tar.zst
yuzu-df51207ed20b72da4e39b33d5d4159328ee72a9c.zip
Diffstat (limited to 'src/core/hle/service/audio')
-rw-r--r--src/core/hle/service/audio/audin_a.cpp2
-rw-r--r--src/core/hle/service/audio/audrec_a.cpp2
-rw-r--r--src/core/hle/service/audio/audren_a.cpp2
3 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/service/audio/audin_a.cpp b/src/core/hle/service/audio/audin_a.cpp
index e62a27945..a70d5bca4 100644
--- a/src/core/hle/service/audio/audin_a.cpp
+++ b/src/core/hle/service/audio/audin_a.cpp
@@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#pragma once
-
#include "core/hle/service/audio/audin_a.h"
namespace Service::Audio {
diff --git a/src/core/hle/service/audio/audrec_a.cpp b/src/core/hle/service/audio/audrec_a.cpp
index 9c32f9b98..016eabf53 100644
--- a/src/core/hle/service/audio/audrec_a.cpp
+++ b/src/core/hle/service/audio/audrec_a.cpp
@@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#pragma once
-
#include "core/hle/service/audio/audrec_a.h"
namespace Service::Audio {
diff --git a/src/core/hle/service/audio/audren_a.cpp b/src/core/hle/service/audio/audren_a.cpp
index bc9930d79..616ff3dc4 100644
--- a/src/core/hle/service/audio/audren_a.cpp
+++ b/src/core/hle/service/audio/audren_a.cpp
@@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#pragma once
-
#include "core/hle/service/audio/audren_a.h"
namespace Service::Audio {