diff options
author | Lioncash <mathew1800@gmail.com> | 2019-04-04 18:16:56 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-04-04 18:19:44 +0200 |
commit | 5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c (patch) | |
tree | 0d7b041cdfabd0e7317b3dc28d52f0ebf9d0445e /src/core/hle/service/vi | |
parent | Merge pull request #2330 from lioncash/pragma (diff) | |
download | yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.tar yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.tar.gz yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.tar.bz2 yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.tar.lz yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.tar.xz yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.tar.zst yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.zip |
Diffstat (limited to 'src/core/hle/service/vi')
-rw-r--r-- | src/core/hle/service/vi/vi.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/service/vi/vi.cpp b/src/core/hle/service/vi/vi.cpp index 566cd6006..f73891b6e 100644 --- a/src/core/hle/service/vi/vi.cpp +++ b/src/core/hle/service/vi/vi.cpp @@ -498,7 +498,6 @@ public: }; RegisterHandlers(functions); } - ~IHOSBinderDriver() = default; private: enum class TransactionId { @@ -692,7 +691,6 @@ public: }; RegisterHandlers(functions); } - ~ISystemDisplayService() = default; private: void SetLayerZ(Kernel::HLERequestContext& ctx) { @@ -818,7 +816,6 @@ public: }; RegisterHandlers(functions); } - ~IManagerDisplayService() = default; private: void CloseDisplay(Kernel::HLERequestContext& ctx) { @@ -884,7 +881,6 @@ private: class IApplicationDisplayService final : public ServiceFramework<IApplicationDisplayService> { public: explicit IApplicationDisplayService(std::shared_ptr<NVFlinger::NVFlinger> nv_flinger); - ~IApplicationDisplayService() = default; private: enum class ConvertedScaleMode : u64 { |