Add option for yuzu directory
See #2

Haven't forgot about this. If you use yuzu on Linux with Wine, open Yuzu and check the following for me:
Click on Emulation > Configure > System > Filesystem
Confirm the Mod Load Root path also points to Z:\home\maltejur\.local\share\yuzu
Linux doesn't have drive names like Z:, the Mod Load Root option just points to /home/maltejur/.local/share/yuzu/load, but if you use wine the path would look like Z:/home/maltejur/.local/share/yuzu/load, yeah. Also the Mod Load Root has the additional /load at the end.
But the whole wine thing was also just an example that people don't always have the yuzu directory in the default location.
Linux doesn't have drive names like
Z:, theMod Load Rootoption just points to/home/maltejur/.local/share/yuzu/load, but if you use wine the path would look likeZ:/home/maltejur/.local/share/yuzu/load, yeah. Also theMod Load Roothas the additional/loadat the end.But the whole wine thing was also just an example that people don't always have the yuzu directory in the default location.
Oh I see! Okay thanks for the insight! There is another issue opened to do with the directories so I was looking into killing two birds with one stone essentially.
I'm thinking possibly parsing and extracting the Mod Load Root path and using that instead of detecting the default paths.
As of v1.1.0.0, the path is pulled in via Mod Load Root fixing this
https://github.com/amakvana/YuzuModDownloader/blob/main/CHANGELOG.md#1100---2022-04-09