summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mic_u.h
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2016-09-23 12:47:34 +0200
committermailwl <mailwl@gmail.com>2016-11-25 07:37:19 +0100
commitd4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a (patch)
treef8a0f30326d833c25120a28a0daf33e0ef7b8826 /src/core/hle/service/mic_u.h
parentMerge pull request #2210 from jroweboy/pagetables (diff)
downloadyuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.tar
yuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.tar.gz
yuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.tar.bz2
yuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.tar.lz
yuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.tar.xz
yuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.tar.zst
yuzu-d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a.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";