aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/cdriso.c
AgeCommit message (Expand)Author
2019-10-24sbi support for multidisc pbpSakitoshi
2019-08-02Sanitize Loaded CD image string in logretro-wertz
2019-05-19Allow building without CHD, disable CHD for 3DSretro-wertz
2019-05-15fix track information when loading CHDs.aliaspider
2019-05-14add CHD support.aliaspider
2019-03-13merge remote-tracking branch 'notaz/master'retro-wertz
2019-03-07Fix for compiling it against newer zlib versions.gameblabla
2019-01-27Fix segfault when loading cue files from relative paths.orbea
2017-03-02(WIN32) move #define statements after all #include statements.aliaspider
2017-01-24Rename uncompress2 to avoid conflicts with zlib.h on some systems. Fixes http...orbea
2016-04-22Merge branch 'master' of https://github.com/notaz/pcsx_rearmed into notaz-masterdankcushions
2016-03-05large file supportnotaz
2015-11-01Attempt to avod build errors for Mingwtwinaphex
2015-01-03mingw build fixesnotaz
2014-12-21misc: merge from pcsxr r91261,r91276notaz
2014-12-21cdriso: merge from pcsxr r90558notaz
2013-06-04cdriso: log file open errorsnotaz
2013-05-26cdriso: make sure to open correct file for cddanotaz
2013-05-26cdriso: use correct buffer in .toc checknotaz
2013-04-05cdriso: look for data files if other one is selectednotaz
2013-04-05cdriso: prefer .toc over .cuenotaz
2013-03-15cdriso: handle no disk state betternotaz
2013-01-28merge minor fixes from pcsxrnotaz
2013-01-28cdriso: merge cdda code from pcsxrnotaz
2013-01-13cdriso: improve .toc handlingnotaz
2013-01-03cdrom: implement attenuator/volume properlynotaz
2013-01-03cdriso: handle file offsets betternotaz
2013-01-03cdriso: simplify read codenotaz
2013-01-03cdriso: fix .cue file parsingnotaz
2012-12-21warning fixnotaz
2012-12-09pipe error messages through single functionnotaz
2012-11-04cdriso: don't play data tracknotaz
2012-11-03cdrom: read subq directly, not from threadnotaz
2011-10-30cdriso: support multidisk ebootsnotaz
2011-10-30cdriso: add cbin supportnotaz
2011-10-08spu/cdda: sync cdda to spu playbacknotaz
2011-07-13cdriso: handle eboot and it's TOC, some refactoringnotaz
2011-07-08cdriso: handle pregap read/playnotaz
2011-07-08cdriso: handle TOC and track timing betternotaz
2011-06-07enable Wall warnings by defaultnotaz
2011-02-15add redump.org SBI supportnotaz
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
2010-11-16pcsxr-1.9.92PCSX* teams