amakvana/EzYuzu

Yuzu arguments passthrough

Closed this issue · 3 comments

It would be useful to support passing arguments to the yuzu executable,
for example, in the case yuzu is ran from a launcher with -f -g "{ImagePath}".

Usually this is handled with a special parameter which takes all the remaining arguments and passes
them down to the executable. Other tools use --, although that brings up a common pitfall in windows Powershell.

I had never even considered this! Would be very useful. So something like this?

start "" /wait "EzYuzu.exe" -p "D:\Yuzu" -f -g "D:\Games\Game.xci"

Essentially update Yuzu to the latest version, then automatically run the selected game in fullscreen?

Yes, but with some way to distinguish between EzYuzu args and yuzu's.

I'm not sure "pass down all unrecognised arguments" is sufficient because eventually yuzu might introduce clashing arg names.

Closed - Yuzu Project has ended