Skip to content

Commit

Permalink
Fix Android builds after OpenRCT2#7971
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed Sep 20, 2018
1 parent 2aa9765 commit d1c871d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/openrct2-ui/UiContext.Android.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ namespace OpenRCT2::Ui

return "/sdcard/rct2";
}

void OpenFolder(const std::string& path) override
{
}
};

IPlatformUiContext* CreatePlatformUiContext()
Expand Down

0 comments on commit d1c871d

Please sign in to comment.