diff options
| author | 2023-02-15 12:33:59 -0800 | |
|---|---|---|
| committer | 2023-02-15 12:33:59 -0800 | |
| commit | 0eb40117afc03ca7fbd90201ec83d9cd7f3d3fe4 (patch) | |
| tree | 9d5085147a28898c866b14858f2041deb8497111 /src/core/hle/service/service.cpp | |
| parent | Merge pull request #9811 from yuzu-emu/revert-9793-borderless-hidpi (diff) | |
| parent | service: remove deleted services (diff) | |
| download | yuzu-0eb40117afc03ca7fbd90201ec83d9cd7f3d3fe4.tar.gz yuzu-0eb40117afc03ca7fbd90201ec83d9cd7f3d3fe4.tar.xz yuzu-0eb40117afc03ca7fbd90201ec83d9cd7f3d3fe4.zip | |
Merge pull request #9809 from liamwhite/unused-service
service: remove deleted services
Diffstat (limited to 'src/core/hle/service/service.cpp')
| -rw-r--r-- | src/core/hle/service/service.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp index 0de67f1e1..1ffc1c694 100644 --- a/src/core/hle/service/service.cpp +++ b/src/core/hle/service/service.cpp | |||
| @@ -68,7 +68,6 @@ | |||
| 68 | #include "core/hle/service/time/time.h" | 68 | #include "core/hle/service/time/time.h" |
| 69 | #include "core/hle/service/usb/usb.h" | 69 | #include "core/hle/service/usb/usb.h" |
| 70 | #include "core/hle/service/vi/vi.h" | 70 | #include "core/hle/service/vi/vi.h" |
| 71 | #include "core/hle/service/wlan/wlan.h" | ||
| 72 | #include "core/reporter.h" | 71 | #include "core/reporter.h" |
| 73 | 72 | ||
| 74 | namespace Service { | 73 | namespace Service { |
| @@ -306,7 +305,6 @@ Services::Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system | |||
| 306 | Time::InstallInterfaces(system); | 305 | Time::InstallInterfaces(system); |
| 307 | USB::InstallInterfaces(*sm, system); | 306 | USB::InstallInterfaces(*sm, system); |
| 308 | VI::InstallInterfaces(*sm, system, *nv_flinger, *hos_binder_driver_server); | 307 | VI::InstallInterfaces(*sm, system, *nv_flinger, *hos_binder_driver_server); |
| 309 | WLAN::InstallInterfaces(*sm, system); | ||
| 310 | } | 308 | } |
| 311 | 309 | ||
| 312 | Services::~Services() = default; | 310 | Services::~Services() = default; |