aboutsummaryrefslogtreecommitdiff
path: root/backends/audiocd/sdl/sdl-audiocd.h
AgeCommit message (Collapse)Author
2018-07-31AUDIO: Fix broken physical audio CD playback on non-win32Bastien Bouclet
The play method did not override the base class due to the addition of the soundType parameter.
2016-03-13BACKENDS: Only expose one set of functions for AudioCDManagerMatthew Hoops
Engines should only have to call one set of functions and not decide between the two. In fact, the 'emulation' API was documented to just call the 'real CD' API.
2016-03-13BACKENDS: Add a closeCD() function to the AudioCDManagerMatthew Hoops
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.
2015-01-25SDL: Guard audio CD code to be SDL 1.2 only.Johannes Schickel
2014-02-18SDL: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-29SDL: Move #include <SDL.h> into a special wrapper fileMax Horn
svn-id: r54572
2010-07-03Cleanup and documentation.Alejandro Marzini
svn-id: r50609
2010-07-02Cleanup and documentation.Alejandro Marzini
svn-id: r50589
2010-06-23Fixed AudioCDManager not having a public inheritance. Backend code cleanup.Alejandro Marzini
svn-id: r50189
2010-06-09Created DefaultAudioCDManager and SdlAudioCDManagerAlejandro Marzini
svn-id: r49532