Added support for the Microsoft Windows (windows) game system.

This commit is contained in:
Leon Styhre 2023-01-30 20:34:41 +01:00
parent 886f368fd9
commit dcc02bccce
7 changed files with 1224 additions and 0 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View 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>

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 42 KiB

View 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>