Add flatpak support.

This commit is contained in:
Dario
2025-04-26 23:21:27 -03:00
parent d766cf328f
commit 61643779a2
9 changed files with 184 additions and 7 deletions
+1
View File
@@ -8,6 +8,7 @@
#include <list>
namespace zelda64 {
std::filesystem::path get_program_path();
std::filesystem::path get_asset_path(const char* asset);
void open_file_dialog(std::function<void(bool success, const std::filesystem::path& path)> callback);
void open_file_dialog_multiple(std::function<void(bool success, const std::list<std::filesystem::path>& paths)> callback);