aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/cdriso.c
AgeCommit message (Collapse)Author
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