index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
audiocd
/
win32
Age
Commit message (
Expand
)
Author
2018-12-17
WIN32: Move all ARRAYSIZE undefs to util.h
SupSuper
2018-07-31
AUDIO: Fix broken physical audio CD playback on non-win32
Bastien Bouclet
2018-05-05
XEEN: Add an optional param to CD playback to specify sound type
Paul Gilbert
2016-10-09
JANITORIAL: Remove more trailing spaces
Eugene Sandulenko
2016-03-14
WIN32: Cleanup header includes for AudioCD code.
Johannes Schickel
2016-03-14
WIN32: Supply required DDK headers for older MSVC.
Johannes Schickel
2016-03-13
WIN32: Fix compilation with MinGW-w64.
Johannes Schickel
2016-03-13
WIN32: Guard AudioCD code by WIN32 check.
Johannes Schickel
2016-03-13
WIN32: Silence warning in AudioCD code.
Johannes Schickel
2016-03-13
WIN32: Fix AudioCD compilation.
Johannes Schickel
2016-03-13
BACKENDS: Fill buffer at start of AudioCD playback.
Johannes Schickel
2016-03-13
BACKENDS: Add ScummVM license header for AudioCD code.
Johannes Schickel
2016-03-13
BACKENDS: Formatting fixes.
Johannes Schickel
2016-03-13
BACKENDS: Switch to a common base class for threaded audio CD streams
Matthew Hoops
2016-03-13
BACKENDS: Only expose one set of functions for AudioCDManager
Matthew Hoops
2016-03-13
BACKENDS: Add support for opening a CD on Windows by drive
Matthew Hoops
2016-03-13
BACKENDS: Use a second thread to assist in buffering Win32 CD audio
Matthew Hoops
2016-03-13
BACKENDS: Add a Win32 audio CD player
Matthew Hoops