aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/ps3
AgeCommit message (Collapse)Author
2015-12-15PS3: Remove the SDL2 mixer manager.Bastien Bouclet
It was only used by the PS3 backend, and the standard SDL mixer was fixed to work in the PS3 case.
2015-12-15PS3: Make use of an updated SDL2 versionBastien Bouclet
This version, available at https://bitbucket.org/bgK/sdl_psl1ght, is based on SDL 2.0.3.
2014-06-28BUILD: Move the PS3 make targets to a separate fileBastien Bouclet
2014-02-18SDL: Make GPL headers consistent in themselves.Johannes Schickel
2011-07-07PS3: Fix commentdhewg
2011-06-22PS3: Map joypad buttons to features. Enable the virtual keyboard.Bastien Bouclet
2011-06-22PS3: Add a SDL 1.3 mixer, for use with the PS3 backend.Bastien Bouclet
SDL 1.3 allows converting from the S16SYS sound format to F32MSB, which is required by the PS3.
2011-06-22PS3: Initial version of the PlayStation 3 backendBastien Bouclet