You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This is the EmulationStation Systems configuration file.
All systems must be contained within the <systemList> tag.-->
<systemList>
<!-- Here's an example system to get you started. -->
<system>
<!-- A short name, used internally. Traditionally lower-case. -->
<name>gamecube</name>
<!-- A "pretty" name, displayed in menus and such. -->
<fullname>Nintendo Gamecube</fullname>
<!-- The path to start searching for ROMs in. '~' will be expanded to $HOME on Linux or %HOMEPATH% on Windows. -->
<path>/home/emulationstation/Emulation/Gamecube</path>
<!-- A list of extensions to search for, delimited by any of the whitespace characters (", \r\n\t").
You MUST include the period at the start of the extension! It's also case sensitive. -->
<extension>.iso</extension>
<!-- The shell command executed when a game is selected. A few special tags are replaced if found in a command:
%ROM% is replaced by a bash-special-character-escaped absolute path to the ROM.
%BASENAME% is replaced by the "base" name of the ROM. For example, "/foo/bar.rom" would have a basename of "bar". Useful for MAME.
%ROM_RAW% is the raw, unescaped path to the ROM. -->
<command>retroarch -L ~/cores/libretro-fceumm.so %ROM%</command>
<!-- The platform to use when scraping. You can see the full list of accepted platforms in src/PlatformIds.cpp.
It's case sensitive, but everything is lowercase. This tag is optional.
You can use multiple platforms too, delimited with any of the whitespace characters (", \r\n\t"), eg: "genesis, megadrive" -->
<platform>gc</platform>
<!-- The theme to load from the current theme set. See THEMES.md for more information.
This tag is optional. If not set, it will default to the value of <name>. -->
<theme>gc</theme>
</system>
</systemList>
Thanks folks! :)
The text was updated successfully, but these errors were encountered:
After much fiddling, I managed to get it working, I think this is down to a combination of issues.
Arch doesn't seem to bundle the "simple" theme with EmulationStation - I think EmulationStation is supposed to work without the theme, however.
The version of the theme in AUR seems to be outdated.
To work around this, I downloaded the Windows zip version of EmulationStation, took the themes directory and dropped it in ~/.config/emulationstation/themes
So, probably still a bug, but at least it has a workaround. Yay! :)
Hi, I'm getting a segmentation fault on startup with Arch Linux. Hopefully someone can help me
Here's the backtrace:
and here's the config
Thanks folks! :)
The text was updated successfully, but these errors were encountered: