(Android) Added support for launching individual games directly with EKA2L1 for the symbian system

This commit is contained in:
Leon Styhre 2024-06-26 17:04:53 +02:00
parent 39e11b270f
commit 4ce33e6961
2 changed files with 9 additions and 3 deletions

View file

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

View file

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