mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-08 08:22:33 -07:00
yuzutest: Support multiple tests per executable
This commit is contained in:
@@ -13,7 +13,13 @@ class ServiceManager;
|
||||
|
||||
namespace Service::Yuzu {
|
||||
|
||||
struct TestResult {
|
||||
u32 code;
|
||||
std::string data;
|
||||
std::string name;
|
||||
};
|
||||
|
||||
void InstallInterfaces(SM::ServiceManager& sm, std::string data,
|
||||
std::function<void(u32, std::string)> finish_callback);
|
||||
std::function<void(std::vector<TestResult>)> finish_callback);
|
||||
|
||||
} // namespace Service::Yuzu
|
||||
|
Reference in New Issue
Block a user