quickget calls and references quickemu. The patch adds resolve_quickemu() to locate where quickemu is; either in the PATH will a fallback to the current working directory.
Resolves #1278
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
Checklist:
[x] I have performed a self-review of my code
[x] I have tested my code in common scenarios and confirmed there are no regressions
[x] I have added comments to my code, particularly in hard-to-understand sections
Description
quickget calls and references quickemu. The patch adds
resolve_quickemu()
to locate wherequickemu
is; either in the PATH will a fallback to the current working directory.Type of change
Checklist: