Author Topic: Linux config  (Read 2065 times)

KTURNER

  • Sr. Member
  • ****
  • Posts: 169
    • View Profile
Linux config
« on: March 17, 2018, 08:34:08 AM »
If its not to much trouble could someone post their config file for snes on linux. I got it to show my rom list but I caint get it to launch.

rcampbel3

  • Jr. Member
  • **
  • Posts: 13
    • View Profile
Re: Linux config
« Reply #1 on: March 17, 2018, 06:04:44 PM »
This is my "Super Nintendo Entertainment System.cfg" file. Hope this helps.

# Generated by Attract-Mode v2.2.1-41-dirty
#
executable           retroarch
args                 -L /usr/lib/libretro/snes9x_libretro.so "[romfilename]"
rompath              /usr/local/share/games/snes/roms
romext               .smc;.sfc;.fig;.swc;.SMC;.SFC;.FIG;.SWC;.zip;.ZIP
system               Super Nintendo (SNES);super-nintendo-snes
info_source          thegamesdb.net
import_extras        /usr/local/share/games/snes/snes.xml
artwork    boxart          /usr/local/share/games/snes/boxart
artwork    cartart         /usr/local/share/games/snes/cartart
artwork    flyer           /usr/local/share/games/snes/fanart;/usr/local/share/games/snes/titles
artwork    marquee         /usr/local/share/games/snes/marquee
artwork    snap            /usr/local/share/games/snes/videos;/usr/local/share/games/snes/snap;/usr/local/share/games/snes/screens
artwork    wheel           /usr/local/share/games/snes/wheel

KTURNER

  • Sr. Member
  • ****
  • Posts: 169
    • View Profile
Re: Linux config
« Reply #2 on: March 18, 2018, 09:13:30 AM »
That did it. Your a hero. I had to install retroarch but I'm ok with that. Thank you.