Mac: Add wua filetype to info.plist #1039
Loading…
Reference in a new issue
No description provided.
Delete branch "mac-filetypes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Declaring support for
wua
filetypes in the info.plist will associate wua files with Cemu.Needs testing with the CI:
wua
file in Finder should display a document icon with a Cemu icon superimposed on it.Example from OpenEmu:
wua
file should now cause Cemu to open.The action we would expect is to run the
wua
on launch.Edit: Or else to first add to the games list and then launch...
Edit 2: Cemu opens, but nothing else happens. Functionality can be added in a separate PR.
I checked the CI:
The icon is the full Cemu icon, not the document one I was expectingRemoving explicit mention of
cemu.icns
gives the expected document icon:I think maybe the function for opening the file can be done in another PR.
I assume the issue with games not launching is that Cemu expects the
-g
option in front of the launch path. But I agree that this can be solved as a separate PR. Thanks!