Added support for the Symbian (symbian) game system

This commit is contained in:
Leon Styhre 2023-10-03 21:14:32 +02:00
parent 21f1001b93
commit 4d5b5d4b26
3 changed files with 19 additions and 9 deletions

View file

@ -1723,9 +1723,12 @@
<name>symbian</name> <name>symbian</name>
<fullname>Symbian</fullname> <fullname>Symbian</fullname>
<path>%ROMPATH%/symbian</path> <path>%ROMPATH%/symbian</path>
<extension>.7z .7Z .zip .ZIP</extension> <extension>.sis .SIS .sisx .SISX .symbian</extension>
<command>PLACEHOLDER %ROM%</command> <command label="EKA2L1 [Nokia N-Gage] (Standalone)">%EMULATOR_EKA2L1% --fullscreen --device RH-29 --run "%BASENAME%"</command>
<platform>android</platform> <command label="EKA2L1 [Nokia N70] (Standalone)">%EMULATOR_EKA2L1% --fullscreen --device RM-84 --run "%BASENAME%"</command>
<command label="EKA2L1 [Nokia N97] (Standalone)">%EMULATOR_EKA2L1% --fullscreen --device RM-507 --run "%BASENAME%"</command>
<command label="EKA2L1 [Custom device] (Standalone)">%EMULATOR_EKA2L1% --fullscreen --device %INJECT%=%BASENAME%.device --run "%BASENAME%"</command>
<platform>ngage</platform>
<theme>symbian</theme> <theme>symbian</theme>
</system> </system>
<system> <system>

View file

@ -1809,9 +1809,12 @@
<name>symbian</name> <name>symbian</name>
<fullname>Symbian</fullname> <fullname>Symbian</fullname>
<path>%ROMPATH%/symbian</path> <path>%ROMPATH%/symbian</path>
<extension>.7z .7Z .zip .ZIP</extension> <extension>.sis .SIS .sisx .SISX .symbian</extension>
<command>PLACEHOLDER %ROM%</command> <command label="EKA2L1 [Nokia N-Gage] (Standalone)">%EMULATOR_EKA2L1% --fullscreen --device RH-29 --run "%BASENAME%"</command>
<platform>android</platform> <command label="EKA2L1 [Nokia N70] (Standalone)">%EMULATOR_EKA2L1% --fullscreen --device RM-84 --run "%BASENAME%"</command>
<command label="EKA2L1 [Nokia N97] (Standalone)">%EMULATOR_EKA2L1% --fullscreen --device RM-507 --run "%BASENAME%"</command>
<command label="EKA2L1 [Custom device] (Standalone)">%EMULATOR_EKA2L1% --fullscreen --device %INJECT%=%BASENAME%.device --run "%BASENAME%"</command>
<platform>ngage</platform>
<theme>symbian</theme> <theme>symbian</theme>
</system> </system>
<system> <system>

View file

@ -1794,11 +1794,15 @@
<name>symbian</name> <name>symbian</name>
<fullname>Symbian</fullname> <fullname>Symbian</fullname>
<path>%ROMPATH%\symbian</path> <path>%ROMPATH%\symbian</path>
<extension>.7z .7Z .zip .ZIP</extension> <extension>.sis .SIS .sisx .SISX .symbian</extension>
<command>PLACEHOLDER %ROM%</command> <command label="EKA2L1 [Nokia N-Gage] (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_EKA2L1% --fullscreen --device RH-29 --run "%BASENAME%"</command>
<platform>android</platform> <command label="EKA2L1 [Nokia N70] (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_EKA2L1% --fullscreen --device RM-84 --run "%BASENAME%"</command>
<command label="EKA2L1 [Nokia N97] (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_EKA2L1% --fullscreen --device RM-507 --run "%BASENAME%"</command>
<command label="EKA2L1 [Custom device] (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_EKA2L1% --fullscreen --device %INJECT%=%BASENAME%.device --run "%BASENAME%"</command>
<platform>ngage</platform>
<theme>symbian</theme> <theme>symbian</theme>
</system> </system>
<system> <system>
<name>tanodragon</name> <name>tanodragon</name>
<fullname>Tano Dragon</fullname> <fullname>Tano Dragon</fullname>