1
General / Re: Portable mode or relative paths
« on: July 03, 2020, 11:06:21 AM »
Could someone please help me?
I'm using these Codes
All the artworks work well when i write "..\AttractMode\roms...." But not when i write "..\roms" for some reason.
But i can't get Retroarch to work
I've tried
Nothing seems to work
The program can find my roms but for some reason i can't launch any game, Retroarch just crashes (it blinks for like 1 seconds) and brings me back to AttractMode. Please anyone
I'm using these Codes
Code: [Select]
# Generated by Attract-Mode v2.6.1
#
executable ..\emulators\retroarch\retroarch.exe
args -L cores\snes9x2010_libretro.dll "[romfilename]"
rompath \AttractMode\roms\Super Nintendo Entertainment System\
romext .smc;.zip
system Super Nintendo (SNES)
info_source thegamesdb.net
artwork flyer ..\AttractMode\roms\Super Nintendo Entertainment System\media\flyer
artwork marquee ..\AttractMode\roms\Super Nintendo Entertainment System\media\marquee
artwork snap ..\AttractMode\roms\Super Nintendo Entertainment System\media\snap
artwork wheel ..\AttractMode\roms\Super Nintendo Entertainment System\media\wheel
All the artworks work well when i write "..\AttractMode\roms...." But not when i write "..\roms" for some reason.
But i can't get Retroarch to work
I've tried
Code: [Select]
executable ..\emulators\retroarch\retroarch.exe
args -L cores\snes9x2010_libretro.dll "[romfilename]"
rompath \AttractMode\roms\Super Nintendo Entertainment System\
Code: [Select]
executable ..\AttractMode\emulators\retroarch\retroarch.exe
Code: [Select]
executable ..\..\AttractMode\emulators\retroarch\retroarch.exe
Code: [Select]
executable ..\..\emulators\retroarch\retroarch.exe
Nothing seems to work
The program can find my roms but for some reason i can't launch any game, Retroarch just crashes (it blinks for like 1 seconds) and brings me back to AttractMode. Please anyone