mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #11664 from OatmealDome/macos-updater-test-mode
MacUI: Add stub implementation of UI::IsTestMode()
This commit is contained in:
commit
d623871f3e
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue