(Android) Added Winlator PRoot Cmod standalone as an alternative emulator for the windows system

This commit is contained in:
Leon Styhre 2024-09-07 15:04:32 +02:00
parent 1acab82dc9
commit efa71da31a
2 changed files with 7 additions and 0 deletions

View file

@ -400,6 +400,12 @@
<entry>com.winlator/.XServerDisplayActivity</entry> <entry>com.winlator/.XServerDisplayActivity</entry>
</rule> </rule>
</emulator> </emulator>
<emulator name="WINLATOR-PROOT">
<!-- Microsoft Windows emulator Winlator PRoot Cmod -->
<rule type="androidpackage">
<entry>com.cmodded.winlator/com.winlator.XServerDisplayActivity</entry>
</rule>
</emulator>
<emulator name="YABASANSHIRO-2"> <emulator name="YABASANSHIRO-2">
<!-- Sega Saturn emulator Yaba Sanshiro 2 --> <!-- Sega Saturn emulator Yaba Sanshiro 2 -->
<rule type="androidpackage"> <rule type="androidpackage">

View file

@ -1978,6 +1978,7 @@
<path>%ROMPATH%/windows</path> <path>%ROMPATH%/windows</path>
<extension>.desktop</extension> <extension>.desktop</extension>
<command label="Winlator Glibc Cmod (Standalone)">%EMULATOR_WINLATOR-GLIBC% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_shortcut_path%=%ROM%</command> <command label="Winlator Glibc Cmod (Standalone)">%EMULATOR_WINLATOR-GLIBC% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_shortcut_path%=%ROM%</command>
<command label="Winlator PRoot Cmod (Standalone)">%EMULATOR_WINLATOR-PROOT% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_shortcut_path%=%ROM%</command>
<platform>pcwindows</platform> <platform>pcwindows</platform>
<theme>windows</theme> <theme>windows</theme>
</system> </system>