(Android) Added support for the Microsoft Windows (windows) game system using the Winlator emulator

This commit is contained in:
Leon Styhre 2024-09-07 14:47:00 +02:00
parent 5a04e95a6a
commit 1acab82dc9
2 changed files with 8 additions and 2 deletions

View file

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

View file

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