mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +00:00
(Android) Added support for the Microsoft Windows (windows) game system using the Winlator emulator
This commit is contained in:
parent
5a04e95a6a
commit
1acab82dc9
|
@ -394,6 +394,12 @@
|
|||
<entry>org.vita3k.emulator/.Emulator</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="WINLATOR-GLIBC">
|
||||
<!-- Microsoft Windows emulator Winlator Glibc Cmod -->
|
||||
<rule type="androidpackage">
|
||||
<entry>com.winlator/.XServerDisplayActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="YABASANSHIRO-2">
|
||||
<!-- Sega Saturn emulator Yaba Sanshiro 2 -->
|
||||
<rule type="androidpackage">
|
||||
|
|
|
@ -1976,8 +1976,8 @@
|
|||
<name>windows</name>
|
||||
<fullname>Microsoft Windows</fullname>
|
||||
<path>%ROMPATH%/windows</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.desktop</extension>
|
||||
<command label="Winlator Glibc Cmod (Standalone)">%EMULATOR_WINLATOR-GLIBC% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_shortcut_path%=%ROM%</command>
|
||||
<platform>pcwindows</platform>
|
||||
<theme>windows</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue