So I've got PCSX2 working great standalone, but unfortunately it doesn't have any builtin archive support.
From what I can tell neither does AM.
I figure at this point I'm looking at writing a script in bash to handle everything. I'm thinking something like;
AM points to script as the executable and passes some arguments like rom path, system name, stuff like that.
The script grabs the archive from input arg, extracts it, and launches PCSX2 with required arguments.
I'm putting this out there to see if anyone has already done this as to save me some time.
