mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added support for the Symbian (symbian) game system
This commit is contained in:
parent
21f1001b93
commit
4d5b5d4b26
|
@ -1723,9 +1723,12 @@
|
|||
<name>symbian</name>
|
||||
<fullname>Symbian</fullname>
|
||||
<path>%ROMPATH%/symbian</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>android</platform>
|
||||
<extension>.sis .SIS .sisx .SISX .symbian</extension>
|
||||
<command label="EKA2L1 [Nokia N-Gage] (Standalone)">%EMULATOR_EKA2L1% --fullscreen --device RH-29 --run "%BASENAME%"</command>
|
||||
<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>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -1809,9 +1809,12 @@
|
|||
<name>symbian</name>
|
||||
<fullname>Symbian</fullname>
|
||||
<path>%ROMPATH%/symbian</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>android</platform>
|
||||
<extension>.sis .SIS .sisx .SISX .symbian</extension>
|
||||
<command label="EKA2L1 [Nokia N-Gage] (Standalone)">%EMULATOR_EKA2L1% --fullscreen --device RH-29 --run "%BASENAME%"</command>
|
||||
<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>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -1794,11 +1794,15 @@
|
|||
<name>symbian</name>
|
||||
<fullname>Symbian</fullname>
|
||||
<path>%ROMPATH%\symbian</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>android</platform>
|
||||
<extension>.sis .SIS .sisx .SISX .symbian</extension>
|
||||
<command label="EKA2L1 [Nokia N-Gage] (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_EKA2L1% --fullscreen --device RH-29 --run "%BASENAME%"</command>
|
||||
<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>
|
||||
</system>
|
||||
|
||||
<system>
|
||||
<name>tanodragon</name>
|
||||
<fullname>Tano Dragon</fullname>
|
||||
|
|
Loading…
Reference in a new issue