drhelius / Gearsystem

Sega Master System / Game Gear / SG-1000 emulator for macOS, Windows, Linux, BSD and RetroArch.
https://x.com/drhelius
GNU General Public License v3.0
247 stars 45 forks source link

Update NFDe implementation to v1.1.1 #96

Closed TomChapple closed 4 months ago

TomChapple commented 4 months ago

In preparation for distributing Gearsystem as a Flatpak application in #95, this pull request upgrades the source files for NFDe to the v1.1.1 release. Most notably, this also includes an implementation in nfd_portal.cpp that supports the use of the Portal API used by Flatpak applications. This is necessary to have native file chooser dialogs that grant permission without needing machine-wide filesystem access.

As I run this program on a Linux machine, I am unsure if the build works on the other platforms. Any verification that it continues to work as intended on those platforms would be greatly appreciated.

drhelius commented 4 months ago

You can check the GH Action build for each platform. It's building fine.

But I'm going to quickly test it to check if there is any problem on runtime.

I'll get back to you.

drhelius commented 4 months ago

It looks like it's working fine.