Support Apps Special Functions

Like in Emulator command lines, you can use special characters to access all variables used in EmVoy. This can be useful when adding any parameters to your support app boot. For example, consider the setup below:

This reads:

-s `%%_emuName%%`


When expanded at Support App boot, the ` will be replaced by quotes (") and the %% around _emuName will result in this variable being populated. For example, if the game profile is run via PCSX-R, and the support app is Hotkeys.exe, the final cmd line will read:

Hotkeys.exe -s "PCSX-R"


See here for the list of variables that can be used:

https://emvoy.codeplex.com/wikipage?title=Emulator%20Command%20Lines&referringTitle=Documentation