fix utf-16 reading and make it work on android

This commit is contained in:
2019-02-10 20:55:26 +01:00
parent 1d6c26f2ba
commit 6e41263600
9 changed files with 95 additions and 26 deletions

View File

@@ -98,7 +98,7 @@ void App::pick_file(std::vector<std::string> types, std::function<void (std::str
callback(path);
});
#elif __ANDROID__
//android_pick_file(and_app, callback);
android_pick_file(and_app, callback);
#elif _WIN32
std::string filter = "Supported Files (";
bool first_type = true;