updated awesome config to new awesome version and a lot of cleanups
This commit is contained in:
parent
b732a6c19a
commit
e8b4bf796b
4 changed files with 36 additions and 1 deletions
17
.config/emulationstation/es_settings.cfg
Normal file
17
.config/emulationstation/es_settings.cfg
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<bool name="BackgroundJoystickInput" value="false" />
|
||||
<bool name="DrawFramerate" value="false" />
|
||||
<bool name="EnableSounds" value="true" />
|
||||
<bool name="QuickSystemSelect" value="true" />
|
||||
<bool name="ScrapeRatings" value="true" />
|
||||
<bool name="ShowHelpPrompts" value="true" />
|
||||
<bool name="ShowHiddenFiles" value="false" />
|
||||
<bool name="SplashScreen" value="false" />
|
||||
<int name="DisplayNumber" value="0" />
|
||||
<int name="ScraperResizeHeight" value="0" />
|
||||
<int name="ScraperResizeWidth" value="400" />
|
||||
<int name="ScreenSaverTime" value="300000" />
|
||||
<string name="ConfigDirectory" value="/home/hanez/.config/emulationstation" />
|
||||
<string name="Scraper" value="TheGamesDB" />
|
||||
<string name="ScreenSaverBehavior" value="dim" />
|
||||
<string name="TransitionStyle" value="fade" />
|
||||
11
.config/emulationstation/es_systems.cfg
Normal file
11
.config/emulationstation/es_systems.cfg
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<systemList>
|
||||
<system>
|
||||
<name>gb</name>
|
||||
<fullname>Nintendo Gameboy</fullname>
|
||||
<path>/home/hanez/roms/gb</path>
|
||||
<extension>.gb .zip .7z</extension>
|
||||
<command>retroarch -f -L /usr/lib/libretro/gambatte_libretro.so %ROM%</command>
|
||||
<platform>gb</platform>
|
||||
<theme>gb</theme>
|
||||
</system>
|
||||
</systemList>
|
||||
Loading…
Add table
Add a link
Reference in a new issue