mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +00:00
(Android) Added support for launching individual games directly with EKA2L1 for the symbian system
This commit is contained in:
parent
39e11b270f
commit
4ce33e6961
|
@ -92,6 +92,12 @@
|
|||
</rule>
|
||||
</emulator>
|
||||
<emulator name="EKA2L1">
|
||||
<!-- Symbian and Nokia N-Gage emulator EKA2L1 -->
|
||||
<rule type="androidpackage">
|
||||
<entry>com.github.eka2l1/.emu.EmulatorActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="EKA2L1-GUI">
|
||||
<!-- Symbian and Nokia N-Gage emulator EKA2L1 -->
|
||||
<rule type="androidpackage">
|
||||
<entry>com.github.eka2l1/.MainActivity</entry>
|
||||
|
|
|
@ -1238,7 +1238,7 @@
|
|||
<fullname>Nokia N-Gage</fullname>
|
||||
<path>%ROMPATH%/ngage</path>
|
||||
<extension>.ngage .zip .ZIP</extension>
|
||||
<command label="EKA2L1 (Standalone)">%EMULATOR_EKA2L1%</command>
|
||||
<command label="EKA2L1 (Standalone)">%EMULATOR_EKA2L1-GUI% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP%</command>
|
||||
<platform>ngage</platform>
|
||||
<theme>ngage</theme>
|
||||
</system>
|
||||
|
@ -1778,8 +1778,8 @@
|
|||
<name>symbian</name>
|
||||
<fullname>Symbian</fullname>
|
||||
<path>%ROMPATH%/symbian</path>
|
||||
<extension>.sis .SIS .sisx .SISX .symbian</extension>
|
||||
<command label="EKA2L1 (Standalone)">%EMULATOR_EKA2L1%</command>
|
||||
<extension>.json .JSON</extension>
|
||||
<command label="EKA2L1 (Standalone)">%EMULATOR_EKA2L1% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %ACTION%=android.intent.action.VIEW %DATA%=%ROMPROVIDER%</command>
|
||||
<platform>ngage</platform>
|
||||
<theme>symbian</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue