mirror of
https://github.com/xemu-project/nxdk_pgraph_tests.git
synced 2024-11-26 19:40:45 +00:00
Adds run all menu item in non-autorun mode.
This commit is contained in:
parent
dfffdd686a
commit
835485348c
@ -256,6 +256,9 @@ MenuItemRoot::MenuItemRoot(const std::vector<std::shared_ptr<TestSuite>> &suites
|
||||
child->parent = this;
|
||||
submenu.push_back(child);
|
||||
}
|
||||
#ifdef DISABLE_AUTORUN
|
||||
submenu.push_back(std::make_shared<MenuItemCallable>(on_run_all, "! Run all and exit", width, height));
|
||||
#endif // DISABLE_AUTORUN
|
||||
start_time = std::chrono::high_resolution_clock::now();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user