1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Add Linux support

This commit is contained in:
Gymnasiast
2018-09-04 22:26:40 +02:00
committed by Aaron van Geffen
parent b1ac76910e
commit 40cd64c916

View File

@@ -115,7 +115,8 @@ namespace OpenRCT2::Ui
void OpenFolder(const std::string& path) override
{
// TODO
std::string cmd = String::Format("xdg-open \"%s\"", path.c_str());
Execute(cmd);
}
std::string ShowFileDialog(SDL_Window* window, const FileDialogDesc& desc) override