Added support for the Epic Games Store (epic) system.

This commit is contained in:
Leon Styhre 2021-11-04 12:50:34 +01:00
parent 4696c5bb33
commit 64b440037e
10 changed files with 123 additions and 0 deletions

View file

@ -357,6 +357,15 @@
<platform>dreamcast</platform>
<theme>dreamcast</theme>
</system>
<system>
<name>epic</name>
<fullname>Epic Games Store</fullname>
<path>%ROMPATH%/epic</path>
<extension>.sh</extension>
<command>zsh %ROM%</command>
<platform>pc</platform>
<theme>epic</theme>
</system>
<system>
<name>famicom</name>
<fullname>Nintendo Family Computer</fullname>

View file

@ -358,6 +358,15 @@
<platform>dreamcast</platform>
<theme>dreamcast</theme>
</system>
<system>
<name>epic</name>
<fullname>Epic Games Store</fullname>
<path>%ROMPATH%/epic</path>
<extension>.sh</extension>
<command>bash %ROM%</command>
<platform>pc</platform>
<theme>epic</theme>
</system>
<system>
<name>famicom</name>
<fullname>Nintendo Family Computer</fullname>

View file

@ -358,6 +358,15 @@
<platform>dreamcast</platform>
<theme>dreamcast</theme>
</system>
<system>
<name>epic</name>
<fullname>Epic Games Store</fullname>
<path>%ROMPATH%\epic</path>
<extension>.bat</extension>
<command>%HIDEWINDOW% cmd.exe /C %ROM%</command>
<platform>pc</platform>
<theme>epic</theme>
</system>
<system>
<name>famicom</name>
<fullname>Nintendo Family Computer</fullname>

View file

@ -0,0 +1,18 @@
<theme>
<formatVersion>7</formatVersion>
<view name="system, basic, detailed, grid, video">
<image name="band1" extra="true">
<color>FFFFFF</color>
</image>
<image name="band2" extra="true">
<color>777777</color>
</image>
<image name="band3" extra="true">
<color>343434</color>
</image>
<image name="band4" extra="true">
<color>35C4EE</color>
</image>
</view>
</theme>

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
</svg>

After

Width:  |  Height:  |  Size: 144 B

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
</svg>

After

Width:  |  Height:  |  Size: 144 B

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
</svg>

After

Width:  |  Height:  |  Size: 144 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 52 KiB

View file

@ -0,0 +1,15 @@
<theme>
<formatVersion>7</formatVersion>
<view name="system">
<text name="info1" extra="true">
<text>The Epic Games Store is a digital video game storefront</text>
</text>
<text name="info2" extra="true">
<text>launched in 2018. It has native clients for Microsoft</text>
</text>
<text name="info3" extra="true">
<text>Windows and macOS but can also be used on Linux.</text>
</text>
</view>
</theme>

View file

@ -0,0 +1,21 @@
<theme>
<formatVersion>7</formatVersion>
<include>./../theme.xml</include>
<include>./colors.xml</include>
<include>./systeminfo.xml</include>
<view name="system">
<image name="controller" extra="true">
<path>./images/controller.svg</path>
</image>
</view>
<view name="system, basic, detailed, video, grid">
<image name="logo">
<path>./images/logo.svg</path>
</image>
<image name="consolegame" extra="true">
<path>./images/consolegame.svg</path>
</image>
</view>
</theme>