diff options
Diffstat (limited to 'src/yuzu_tester/service/yuzutest.h')
| -rw-r--r-- | src/yuzu_tester/service/yuzutest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu_tester/service/yuzutest.h b/src/yuzu_tester/service/yuzutest.h index eca129c8c..7794814fa 100644 --- a/src/yuzu_tester/service/yuzutest.h +++ b/src/yuzu_tester/service/yuzutest.h | |||
| @@ -7,8 +7,8 @@ | |||
| 7 | #include <functional> | 7 | #include <functional> |
| 8 | #include <string> | 8 | #include <string> |
| 9 | 9 | ||
| 10 | namespace Service::SM { | 10 | namespace Core { |
| 11 | class ServiceManager; | 11 | class System; |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | namespace Service::Yuzu { | 14 | namespace Service::Yuzu { |
| @@ -19,7 +19,7 @@ struct TestResult { | |||
| 19 | std::string name; | 19 | std::string name; |
| 20 | }; | 20 | }; |
| 21 | 21 | ||
| 22 | void InstallInterfaces(SM::ServiceManager& sm, std::string data, | 22 | void InstallInterfaces(Core::System& system, std::string data, |
| 23 | std::function<void(std::vector<TestResult>)> finish_callback); | 23 | std::function<void(std::vector<TestResult>)> finish_callback); |
| 24 | 24 | ||
| 25 | } // namespace Service::Yuzu | 25 | } // namespace Service::Yuzu |