mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added support for the game system Sony Playstation 3.
This commit is contained in:
parent
7a079acb17
commit
1b5631043f
|
@ -1409,6 +1409,8 @@ The **Default emulator** column shows the emulator configured in es_systems.cfg,
|
|||
|
||||
For additional details regarding which game file extensions are supported per system, refer to the es_systems.cfg templates [es_systems.cfg_unix](resources/templates/es_systems.cfg_unix), [es_systems.cfg_macos](resources/templates/es_systems.cfg_macos) and [es_systems.cfg_windows](resources/templates/es_systems.cfg_windows). Normally the extensions setup in these files should cover everything that the emulators support.
|
||||
|
||||
For some entries in the es_systems.cfg template files, there is no emulator defined but instead only a `PLACEHOLDER` value. For these game systems you need to manually update the file, assuming an emulator is available for your operating system. Over time as work with ES-DE progresses most of these placeholders will hopefully be replaced by real emulator configuration entries. But in some instances this will not happen as some emulators and applications are not available for all operating systems. Lutris is such as example as this software only runs on Unix. The placeholder entries are retained in the template files for the other operating systems in these situations as it's easier to maintain the files if they have the same structure.
|
||||
|
||||
Consider the table below a work in progress as it's obvioulsy not fully populated yet!
|
||||
|
||||
| Game system name | Full name | Default emulator | Recommended game setup |
|
||||
|
@ -1500,6 +1502,7 @@ Consider the table below a work in progress as it's obvioulsy not fully populate
|
|||
| pokemini | Nintendo Pokémon Mini | | |
|
||||
| ports | Ports | N/A | Shell/batch script in separate folder (possibly combined with game data) |
|
||||
| ps2 | Sony PlayStation 2 | | |
|
||||
| ps3 | Sony PlayStation 3 | | |
|
||||
| psp | Sony PlayStation Portable | | |
|
||||
| psvita | Sony PlayStation Vita | | |
|
||||
| psx | Sony PlayStation | | |
|
||||
|
|
|
@ -784,6 +784,15 @@
|
|||
<platform>ps2</platform>
|
||||
<theme>ps2</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>ps3</name>
|
||||
<fullname>Sony PlayStation 3</fullname>
|
||||
<path>%ROMPATH%/ps3</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>ps3</platform>
|
||||
<theme>ps3</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>psp</name>
|
||||
<fullname>Sony PlayStation Portable</fullname>
|
||||
|
|
|
@ -784,6 +784,15 @@
|
|||
<platform>ps2</platform>
|
||||
<theme>ps2</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>ps3</name>
|
||||
<fullname>Sony PlayStation 3</fullname>
|
||||
<path>%ROMPATH%/ps3</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>ps3</platform>
|
||||
<theme>ps3</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>psp</name>
|
||||
<fullname>Sony PlayStation Portable</fullname>
|
||||
|
|
|
@ -784,6 +784,15 @@
|
|||
<platform>ps2</platform>
|
||||
<theme>ps2</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>ps3</name>
|
||||
<fullname>Sony PlayStation 3</fullname>
|
||||
<path>%ROMPATH%/ps3</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>ps3</platform>
|
||||
<theme>ps3</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>psp</name>
|
||||
<fullname>Sony PlayStation Portable</fullname>
|
||||
|
|
|
@ -784,6 +784,15 @@
|
|||
<platform>ps2</platform>
|
||||
<theme>ps2</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>ps3</name>
|
||||
<fullname>Sony PlayStation 3</fullname>
|
||||
<path>%ROMPATH%\ps3</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>ps3</platform>
|
||||
<theme>ps3</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>psp</name>
|
||||
<fullname>Sony PlayStation Portable</fullname>
|
||||
|
|
18
themes/rbsimple-DE/ps3/colors.xml
Normal file
18
themes/rbsimple-DE/ps3/colors.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<theme>
|
||||
<formatVersion>6</formatVersion>
|
||||
|
||||
<view name="system, basic, detailed, grid, video">
|
||||
<image name="band1" extra="true">
|
||||
<color>94B8F2</color>
|
||||
</image>
|
||||
<image name="band2" extra="true">
|
||||
<color>1A15FF</color>
|
||||
</image>
|
||||
<image name="band3" extra="true">
|
||||
<color>0095D5</color>
|
||||
</image>
|
||||
<image name="band4" extra="true">
|
||||
<color>3DD3C8</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
1
themes/rbsimple-DE/ps3/images/console.svg
Normal file
1
themes/rbsimple-DE/ps3/images/console.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 27 KiB |
1
themes/rbsimple-DE/ps3/images/consolegame.svg
Normal file
1
themes/rbsimple-DE/ps3/images/consolegame.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 144 KiB |
1
themes/rbsimple-DE/ps3/images/controller.svg
Normal file
1
themes/rbsimple-DE/ps3/images/controller.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 42 KiB |
1
themes/rbsimple-DE/ps3/images/game.svg
Normal file
1
themes/rbsimple-DE/ps3/images/game.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 100 KiB |
1
themes/rbsimple-DE/ps3/images/logo.svg
Normal file
1
themes/rbsimple-DE/ps3/images/logo.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 686.236 23.937"><path d="M96.036 17.836c-4.112.228-8.401.455-12.871.455-4.12 0-8.23-.227-12.167-.455C71.358 17.385 77.616 0 77.616 0h-8.401l-8.053 22.131h.181c2.323.449 5.009.9 7.689 1.127 3.935.223 8.049.451 12.342.451 4.295 0 8.763-.228 12.879-.451 2.863-.227 5.721-.678 8.407-1.127h.177l1.789-5.424-.36.228c-2.502.229-5.19.678-8.23.901M338.376.678C334.439.228 330.15 0 325.853 0c-4.287 0-8.582.228-12.877.678-2.857.227-5.721.678-8.226 1.127h-.175L302.609 7h.354c2.503-.449 5.367-.676 8.228-.906 2.68-.223 5.544-.449 8.584-.449-.177.678-6.617 18.291-6.617 18.291h8.409S328 5.874 328.184 5.645c2.861 0 5.719.228 8.405.449 2.68.228 5.184.455 7.512.906h.177l1.968-5.195h-.36c-2.321-.45-4.826-.899-7.51-1.127zm-57.947 0C276.494.228 272.205 0 267.91 0s-8.584.228-12.879.678c-2.863.227-5.544.678-8.226 1.127h-.183l-4.647 12.646h33.267c-.181.449-1.076 3.162-1.255 3.383-4.114.228-8.407.455-12.696.455-4.295 0-8.584-.227-12.34-.455-2.865-.223-5.367-.672-7.689-.9h-.183l-1.786 5.195h.175c2.328.449 5.009.9 7.512 1.127 4.112.223 8.224.451 12.521.451 4.293 0 8.582-.228 12.877-.451 2.861-.227 5.721-.678 8.407-1.127l4.647-12.646h-33.083c.177-.678 1.072-3.16 1.072-3.389 4.114-.449 8.409-.449 12.696-.449 4.472 0 8.59 0 12.519.449 2.686.228 5.191.455 7.518.906h.177l1.967-5.195h-.36c-2.318-.45-4.829-.899-7.509-1.127zm-64.026 7.9c-2.861.228-5.19.455-8.228.455.181-.455.536-2.033.536-2.033h-8.407s-.537 1.807-.537 2.033c-2.68-.228-5.903-.228-8.222-.455.175-.449 3.038-8.578 3.038-8.578h-8.407l-4.472 12.869h.181c2.323.455 4.826.906 7.51 1.133 2.505.223 5.721.223 8.403.451-.175.449-3.394 9.484-3.394 9.484h8.401s3.221-9.258 3.4-9.484c3.221 0 6.079-.228 9.123-.451 2.859-.227 5.186-.676 7.866-1.133L227.85 0h-8.409c.001 0-2.859 8.357-3.038 8.578zm-57.944-7.9C154.878.449 151.478 0 146.829 0c-4.649 0-8.224.449-11.982.678-2.861.227-5.719.678-8.405 1.127h-.177l-7.87 21.674h8.407s3.223-8.578 3.223-9.029h23.246c-.358.678-3.4 9.029-3.4 9.029h8.407l7.87-21.674h-.177c-2.327-.45-4.83-.899-7.512-1.127zm-3.399 8.806h-23.075c.181-.678 1.078-3.16 1.255-3.389 4.293-.449 7.689-.449 11.805-.449 3.935 0 7.15 0 11.264.449-.177.456-1.073 2.94-1.249 3.389zM394.533.678C390.958.449 387.56 0 382.911 0c-4.653 0-8.23.449-11.982.678-2.863.227-5.728.678-8.409 1.127l-8.047 21.674h8.403s3.221-8.578 3.398-9.029h23.075c-.181.678-3.398 9.029-3.398 9.029h8.409l8.047-21.674h-.36c-2.328-.45-4.832-.899-7.514-1.127zm-3.398 8.806h-23.071c.179-.678 1.072-3.16 1.249-3.389 4.295-.449 7.695-.449 11.807-.449 3.935 0 7.152 0 11.268.449-.179.456-1.076 2.94-1.253 3.389zM600.563.678C596.628.228 592.339 0 588.046 0c-4.112 0-8.407.228-12.519.678 0-.228.177-.678.177-.678H567.3l-8.584 23.709h8.405s6.263-17.385 6.438-17.613c4.114-.449 8.407-.449 12.698-.449 4.293 0 8.407 0 12.165.449-.183.455-6.438 17.613-6.438 17.613h8.407l8.045-21.902h-.356c-2.333-.452-4.835-.901-7.517-1.129zm85.488 1.129c-2.324-.449-5.009-.9-7.689-1.127C674.427.228 670.315 0 666.02 0c-4.291 0-8.761.228-12.879.678-2.859.227-5.722.678-8.401 1.127h-.183L642.591 7h.533c2.503-.449 5.191-.676 8.232-.906 4.11-.449 8.405-.449 12.696-.449 4.293 0 8.405 0 12.165.449-.183.455-1.074 2.939-1.074 3.389h-25.395l-1.789 4.967h25.218c-.183.449-1.076 3.162-1.076 3.383-4.11.228-8.401.455-12.696.455-4.472 0-8.584-.227-12.519-.455-2.68-.223-5.367-.672-7.508-.9h-.187l-1.965 5.195h.183c2.324.449 5.007.9 7.685 1.127 3.935.223 8.051.451 12.344.451 4.293 0 8.765-.228 12.879-.451 2.861-.227 5.721-.678 8.405-1.127h.177l7.337-20.324h-.185v.003zM538.862.678C534.925.228 530.813 0 526.524 0c-4.295 0-8.765.228-12.88.678-2.861.227-5.726.678-8.407 1.127h-.181l-7.331 20.324h.177c2.503.449 5.011.9 7.695 1.127 3.929.223 8.047.451 12.336.451 4.472 0 8.765-.228 13.059-.451 2.68-.227 5.542-.678 8.222-1.127h.179l7.337-20.324h-.179c-2.324-.45-5.003-.899-7.689-1.127zm-6.261 17.158c-4.116.228-8.405.455-12.7.455-4.289 0-8.405-.227-12.159-.455.175-.449 4.11-11.512 4.293-11.74 3.931-.449 8.224-.449 12.519-.449 4.291 0 8.401 0 12.161.449-.177.455-4.114 11.517-4.114 11.74zM452.48.678C448.545.228 444.254 0 439.959 0c-4.293 0-8.584.228-12.877.678-2.863.227-5.546.678-8.224 1.127h-.183L416.711 7h.358c2.503-.449 5.367-.676 8.23-.906 2.68-.223 5.721-.449 8.584-.449-.181.678-6.617 18.291-6.617 18.291h8.403s6.438-18.062 6.621-18.291c3.038 0 5.719.228 8.405.449 2.68.228 5.186.455 7.512.906h.177l1.968-5.195h-.36c-2.328-.45-4.832-.899-7.512-1.127zm16.094 23.257h8.407L485.567.226h-8.403l-8.59 23.709zM42.028.678C37.916.228 33.802 0 29.509 0c-4.295 0-9.121.449-12.342.678h-.537c-2.68.228-7.686.677-10.727 1.129L4.112 6.773c.897 0 1.968 0 2.328-.223C6.079 7.223 0 23.935 0 23.935h8.407s3.394-9.035 3.575-9.484h11.264c17.348 0 22.178-1.355 22.357-1.584h.183l3.929-11.062h-.175c-2.328-.45-4.833-.899-7.512-1.127zm-3.217 8.357c-3.758.223-8.407.449-13.95.449H13.768c.181-.678 1.077-3.16 1.253-3.389 4.114-.449 8.226-.449 12.696-.449 4.295 0 8.23 0 12.167.449-.184.456-1.073 2.712-1.073 2.94z"/></svg>
|
After Width: | Height: | Size: 4.8 KiB |
36
themes/rbsimple-DE/ps3/systeminfo.xml
Normal file
36
themes/rbsimple-DE/ps3/systeminfo.xml
Normal file
|
@ -0,0 +1,36 @@
|
|||
<theme>
|
||||
<formatVersion>6</formatVersion>
|
||||
|
||||
<view name="system">
|
||||
<text name="info1" extra="true">
|
||||
<text>Manufacturer : Sony, Foxconn, Asus</text>
|
||||
</text>
|
||||
<text name="info2" extra="true">
|
||||
<text>Year of Release : 2006</text>
|
||||
</text>
|
||||
<text name="info3" extra="true">
|
||||
<text>Units sold : 83.8 million</text>
|
||||
</text>
|
||||
<text name="info4" extra="true">
|
||||
<text>Best-selling game : Grand Theft Auto V</text>
|
||||
</text>
|
||||
<text name="info5" extra="true">
|
||||
<text>CPU : Cell Broadband Engine @ 3.2 GHz</text>
|
||||
</text>
|
||||
<text name="info6" extra="true">
|
||||
<text>GPU : RSX "Reality Synthesizer" @ 500MHz</text>
|
||||
</text>
|
||||
<text name="info7" extra="true">
|
||||
<text>RAM : 256MB XDR @ 3.2 GHz</text>
|
||||
</text>
|
||||
<text name="info8" extra="true">
|
||||
<text>Video RAM : 256MB GDDR3 @ 700 MHz</text>
|
||||
</text>
|
||||
<text name="info9" extra="true">
|
||||
<text>Resolution : 480i, 480p, 720p, 1080i, 1080p</text>
|
||||
</text>
|
||||
<text name="info10" extra="true">
|
||||
<text>Media : Blu-Ray, DVD, Compact Disc, PlayStation 1 and 2 discs, Super Audio CD</text>
|
||||
</text>
|
||||
</view>
|
||||
</theme>
|
40
themes/rbsimple-DE/ps3/theme.xml
Normal file
40
themes/rbsimple-DE/ps3/theme.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<theme>
|
||||
<formatVersion>6</formatVersion>
|
||||
<include>./../theme.xml</include>
|
||||
<include>./colors.xml</include>
|
||||
<include>./systeminfo.xml</include>
|
||||
|
||||
<view name="system">
|
||||
<image name="controller" extra="true">
|
||||
<path>./images/controller.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<view name="basic, detailed, grid, video">
|
||||
<helpsystem name="help">
|
||||
<textColor>262626</textColor>
|
||||
<iconColor>262626</iconColor>
|
||||
</helpsystem>
|
||||
</view>
|
||||
|
||||
<view name="system, basic, detailed, video">
|
||||
<image name="logo">
|
||||
<path>./images/logo.svg</path>
|
||||
</image>
|
||||
<image name="consolegame" extra="true">
|
||||
<path>./images/consolegame.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<view name="basic, detailed">
|
||||
<image name="console" extra="true">
|
||||
<path>./images/console.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<view name="grid">
|
||||
<image name="logo">
|
||||
<path>./images/logo.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
Loading…
Reference in a new issue