mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added support for the Microsoft Windows (windows) game system.
This commit is contained in:
parent
886f368fd9
commit
dcc02bccce
|
@ -1588,6 +1588,16 @@
|
|||
<platform>wiiu</platform>
|
||||
<theme>wiiu</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>windows</name>
|
||||
<fullname>Microsoft Windows</fullname>
|
||||
<path>%ROMPATH%/windows</path>
|
||||
<extension>.app .sh</extension>
|
||||
<command label="Suspend ES-DE">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<command label="Keep ES-DE running">%RUNINBACKGROUND% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>pcwindows</platform>
|
||||
<theme>windows</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>wonderswan</name>
|
||||
<fullname>Bandai WonderSwan</fullname>
|
||||
|
|
|
@ -1640,6 +1640,16 @@
|
|||
<platform>wiiu</platform>
|
||||
<theme>wiiu</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>windows</name>
|
||||
<fullname>Microsoft Windows</fullname>
|
||||
<path>%ROMPATH%/windows</path>
|
||||
<extension>.desktop .sh</extension>
|
||||
<command label="Suspend ES-DE">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<command label="Keep ES-DE running">%RUNINBACKGROUND% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>pcwindows</platform>
|
||||
<theme>windows</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>wonderswan</name>
|
||||
<fullname>Bandai WonderSwan</fullname>
|
||||
|
|
|
@ -1643,6 +1643,16 @@
|
|||
<platform>wiiu</platform>
|
||||
<theme>wiiu</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>windows</name>
|
||||
<fullname>Microsoft Windows</fullname>
|
||||
<path>%ROMPATH%\windows</path>
|
||||
<extension>.bat .BAT .lnk .LNK</extension>
|
||||
<command label="Suspend ES-DE">%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
|
||||
<command label="Keep ES-DE running">%HIDEWINDOW% %ESCAPESPECIALS% %RUNINBACKGROUND% %EMULATOR_OS-SHELL% /C %ROM%</command>
|
||||
<platform>pcwindows</platform>
|
||||
<theme>windows</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>wonderswan</name>
|
||||
<fullname>Bandai WonderSwan</fullname>
|
||||
|
|
BIN
themes/modern-es-de/art/windows.jpg
Normal file
BIN
themes/modern-es-de/art/windows.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
16
themes/slate-es-de/windows/colors.xml
Normal file
16
themes/slate-es-de/windows/colors.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<theme>
|
||||
<view name="system, gamelist">
|
||||
<image name="band1">
|
||||
<color>F8682C</color>
|
||||
</image>
|
||||
<image name="band2">
|
||||
<color>91C300</color>
|
||||
</image>
|
||||
<image name="band3">
|
||||
<color>00B4F1</color>
|
||||
</image>
|
||||
<image name="band4">
|
||||
<color>FFC300</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
1153
themes/slate-es-de/windows/images/logo.svg
Normal file
1153
themes/slate-es-de/windows/images/logo.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 42 KiB |
25
themes/slate-es-de/windows/systeminfo.xml
Normal file
25
themes/slate-es-de/windows/systeminfo.xml
Normal file
|
@ -0,0 +1,25 @@
|
|||
<theme>
|
||||
<view name="system">
|
||||
<text name="info1">
|
||||
<text>Windows is a group of proprietary graphical operating</text>
|
||||
</text>
|
||||
<text name="info2">
|
||||
<text>systems developed and marketed by Microsoft.</text>
|
||||
</text>
|
||||
<text name="info3">
|
||||
<text>Introduced in 1985 it would become the dominant choice</text>
|
||||
</text>
|
||||
<text name="info5">
|
||||
<text>for desktop computers and has remained so to this day.</text>
|
||||
</text>
|
||||
<text name="info6">
|
||||
<text>This also means that there is a massive games library</text>
|
||||
</text>
|
||||
<text name="info7">
|
||||
<text>available for the platform spanning multiple decades</text>
|
||||
</text>
|
||||
<text name="info8">
|
||||
<text>and all conceivable genres.</text>
|
||||
</text>
|
||||
</view>
|
||||
</theme>
|
Loading…
Reference in a new issue