diff options
| author | mailwl <mailwl@gmail.com> | 2016-10-26 15:53:09 +0300 |
|---|---|---|
| committer | mailwl <mailwl@gmail.com> | 2016-11-02 09:38:44 +0300 |
| commit | a62df98686252f959e9a33dce125f08a90e9427f (patch) | |
| tree | 1afc10c5c7743e42016af0e9329a06ebf03dec14 /src/core/hle/service/ac_u.h | |
| parent | 958e81404b85d60c71626796812be300a07cc41a (diff) | |
AC_U: Stub functions, used if EULA agreed
Diffstat (limited to 'src/core/hle/service/ac_u.h')
| -rw-r--r-- | src/core/hle/service/ac_u.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/ac_u.h b/src/core/hle/service/ac_u.h index f1d26ebe8..6592b21c9 100644 --- a/src/core/hle/service/ac_u.h +++ b/src/core/hle/service/ac_u.h @@ -16,6 +16,7 @@ namespace AC_U { class Interface : public Service::Interface { public: Interface(); + ~Interface(); std::string GetPortName() const override { return "ac:u"; |
