Hi @zpaolo11x
and thank you for this new release.
I am trying to introduce environment variables in the emulator configuration files.
For example
executable %GAME_HOME%\RetroArch\retroarch.exe
args -f -L %GAME_HOME%\RetroArch\cores\bsnes_mercury_accuracy_libretro.dll "[romfilename]"
rompath %GAME_HOME%\Roms\snes
but doing so all games are shown as missing.
AM seems to support this type of notation
Your args do not seem correct, I only have
executable = emulation\RetroArch\retroarch.exe
arguments = -L "cores\WHAT EVER SYSTEM CORE_libretro.dll" "%ITEM_FILEPATH%"
I have not used this skin, so I do not know anything about it, but I would not use &Game_Home% that is possibly why they are not showing.
Regards
Mark