summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mic_u.h
diff options
context:
space:
mode:
authorSebastian Valle <subv2112@gmail.com>2016-11-27 06:19:33 +0100
committerGitHub <noreply@github.com>2016-11-27 06:19:33 +0100
commitd3b7f57b2b45752084eb31dab8eeaa644e964935 (patch)
tree2319a4e81b6d0f69af74b64a4949fa0a32c32bcb /src/core/hle/service/mic_u.h
parentMerge pull request #2185 from freiro/local_folder (diff)
parentOutput parameters to log (diff)
downloadyuzu-d3b7f57b2b45752084eb31dab8eeaa644e964935.tar
yuzu-d3b7f57b2b45752084eb31dab8eeaa644e964935.tar.gz
yuzu-d3b7f57b2b45752084eb31dab8eeaa644e964935.tar.bz2
yuzu-d3b7f57b2b45752084eb31dab8eeaa644e964935.tar.lz
yuzu-d3b7f57b2b45752084eb31dab8eeaa644e964935.tar.xz
yuzu-d3b7f57b2b45752084eb31dab8eeaa644e964935.tar.zst
yuzu-d3b7f57b2b45752084eb31dab8eeaa644e964935.zip
Diffstat (limited to 'src/core/hle/service/mic_u.h')
-rw-r--r--src/core/hle/service/mic_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/mic_u.h b/src/core/hle/service/mic_u.h
index dc795d14c..1cff7390e 100644
--- a/src/core/hle/service/mic_u.h
+++ b/src/core/hle/service/mic_u.h
@@ -16,6 +16,7 @@ namespace MIC_U {
class Interface : public Service::Interface {
public:
Interface();
+ ~Interface();
std::string GetPortName() const override {
return "mic:u";