mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Android) Added Winlator PRoot Cmod standalone as an alternative emulator for the windows system
This commit is contained in:
parent
1acab82dc9
commit
efa71da31a
|
@ -400,6 +400,12 @@
|
|||
<entry>com.winlator/.XServerDisplayActivity</entry>
|
||||
</rule>
|
||||
</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">
|
||||
<!-- Sega Saturn emulator Yaba Sanshiro 2 -->
|
||||
<rule type="androidpackage">
|
||||
|
|
|
@ -1978,6 +1978,7 @@
|
|||
<path>%ROMPATH%/windows</path>
|
||||
<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 PRoot Cmod (Standalone)">%EMULATOR_WINLATOR-PROOT% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_shortcut_path%=%ROM%</command>
|
||||
<platform>pcwindows</platform>
|
||||
<theme>windows</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue