summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/soc_u.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2014-12-09 05:52:27 +0100
committerSubv <subv2112@gmail.com>2014-12-31 16:51:44 +0100
commit97a7381d29b69dbe760598e70669c16573304ad4 (patch)
treef4e336af1e5cf5d72c2665470a96a9db73711ae7 /src/core/hle/service/soc_u.h
parentMerge pull request #375 from lioncash/uops (diff)
downloadyuzu-97a7381d29b69dbe760598e70669c16573304ad4.tar
yuzu-97a7381d29b69dbe760598e70669c16573304ad4.tar.gz
yuzu-97a7381d29b69dbe760598e70669c16573304ad4.tar.bz2
yuzu-97a7381d29b69dbe760598e70669c16573304ad4.tar.lz
yuzu-97a7381d29b69dbe760598e70669c16573304ad4.tar.xz
yuzu-97a7381d29b69dbe760598e70669c16573304ad4.tar.zst
yuzu-97a7381d29b69dbe760598e70669c16573304ad4.zip
Diffstat (limited to 'src/core/hle/service/soc_u.h')
-rw-r--r--src/core/hle/service/soc_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/soc_u.h b/src/core/hle/service/soc_u.h
index 2edf3b482..483b3111b 100644
--- a/src/core/hle/service/soc_u.h
+++ b/src/core/hle/service/soc_u.h
@@ -14,6 +14,7 @@ namespace SOC_U {
class Interface : public Service::Interface {
public:
Interface();
+ ~Interface();
std::string GetPortName() const override {
return "soc:U";