aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/cdriso.c
AgeCommit message (Collapse)Author
2012-11-04cdriso: don't play data tracknotaz
some refactoring too
2012-11-03cdrom: read subq directly, not from threadnotaz
thread is doing 10 sectors at once, not that accurate..
2011-10-30cdriso: support multidisk ebootsnotaz
2011-10-30cdriso: add cbin supportnotaz
2011-10-08spu/cdda: sync cdda to spu playbacknotaz
this will probably make cdrom/vsync timing desync situation worse (those were never in sync anyway) but fix some cdda related sound stuttering. Those magic values are used trying to preserve other SPU plugin compatibility.
2011-07-13cdriso: handle eboot and it's TOC, some refactoringnotaz
This gives cdda support for eboot
2011-07-08cdriso: handle pregap read/playnotaz
2011-07-08cdriso: handle TOC and track timing betternotaz
2011-06-07enable Wall warnings by defaultnotaz
still disable it in some cases (instead of fixing) to avoid drifting from upstream projects too much.
2011-02-15add redump.org SBI supportnotaz
This is based on PCSX-Reloaded (as usual) but done a bit different, loaded as .sub file instead of as ppf patch.
2011-01-26cdriso: adjust getTD and getStatus to pcsxr-svnnotaz
2010-12-25cdriso: add hack for cdda pausingnotaz
2010-12-16cdriso: support multi-track .cuenotaz
2010-12-16cdriso: don't try to play audio if tracks are missingnotaz
to prevent random noise
2010-11-16pcsxr-1.9.92PCSX* teams