mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
MacUI: Add stub implementation of UI::IsTestMode()
This commit is contained in:
parent
e83b6e19ab
commit
bbe2bd5fec
@ -139,6 +139,12 @@ void UI::Init()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// test-updater.py only works on Windows.
|
||||||
|
bool UI::IsTestMode()
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
bool Platform::VersionCheck(const std::vector<TodoList::UpdateOp>& to_update,
|
bool Platform::VersionCheck(const std::vector<TodoList::UpdateOp>& to_update,
|
||||||
const std::string& install_base_path, const std::string& temp_dir)
|
const std::string& install_base_path, const std::string& temp_dir)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user