Flatpak support. (#569)

* Add flatpak support.

* Add gamepad to supported controls list in flatpak metainfo

---------

Co-authored-by: Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com>
This commit is contained in:
Darío
2025-04-29 00:36:25 -03:00
committed by GitHub
parent c27300e6c8
commit 14f92c41ab
9 changed files with 185 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);