Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-04 | CHD: Support for precache mode CD access method | negativeExponent | |
https://github.com/libretro/pcsx_rearmed/issues/261 | |||
2020-11-01 | fix chd track info parsing. | aliaspider | |
2020-10-11 | Merge pull request #449 from cmitu/cdX-as-cue | Autechre | |
cdriso: parse .cd<X> files as .cue | |||
2020-10-10 | Correctly signal errors for out-of-bounds async CD reads | Justin Weiss | |
2020-09-20 | cdriso: parse .cd<X> files as .cue. | cmitu | |
Enables the parsing of .cd<X> files as cuesheets. Useful to 'hide' individual `.cue` files from the frontend when using a multi-disc game configured in a playlist (`.m3u`) file. | |||
2020-04-26 | cdriso: fix a disk switching deadlock | cmitu | |
2020-02-25 | Add async CD access | Justin Weiss | |
2019-10-24 | sbi support for multidisc pbp | Sakitoshi | |
same syntaxis as beetle-psx, name the sbi file after the pbp and append an underscore and the number of the disc at the end. | |||
2019-08-02 | Sanitize Loaded CD image string in log | retro-wertz | |
2019-05-19 | Allow building without CHD, disable CHD for 3DS | retro-wertz | |
- all platforms compiles with CHD support. - compile with HAVE_CHD=0 for no chd support. - CHD fails building for 3DS, not sure its even fast enough for the device. I tried asking in discord channel but haven't got reply. Disabling it till someone familiar with 3ds can fix it. http://p.0bl.net/123458 | |||
2019-05-15 | fix track information when loading CHDs. | aliaspider | |
2019-05-14 | add CHD support. | aliaspider | |
2019-03-13 | merge remote-tracking branch 'notaz/master' | retro-wertz | |
2019-03-07 | Fix for compiling it against newer zlib versions. | gameblabla | |
2019-01-27 | Fix segfault when loading cue files from relative paths. | orbea | |
Fixes https://github.com/libretro/pcsx_rearmed/issues/63 | |||
2017-03-02 | (WIN32) move #define statements after all #include statements. | aliaspider | |
2017-01-24 | Rename uncompress2 to avoid conflicts with zlib.h on some systems. Fixes ↵ | orbea | |
https://github.com/libretro/pcsx_rearmed/issues/87 | |||
2016-04-22 | Merge branch 'master' of https://github.com/notaz/pcsx_rearmed into notaz-master | dankcushions | |
2016-03-05 | large file support | notaz | |
not tested if it actually reads over 2GB | |||
2015-11-01 | Attempt to avod build errors for Mingw | twinaphex | |
2015-01-03 | mingw build fixes | notaz | |
2014-12-21 | misc: merge from pcsxr r91261,r91276 | notaz | |
Author: edgbla Small fixes. 11834, 11836 (Lioncash); | |||
2014-12-21 | cdriso: merge from pcsxr r90558 | notaz | |
Author: edgbla cdriso: cbn/cbin detection fix; | |||
2013-06-04 | cdriso: log file open errors | notaz | |
2013-05-26 | cdriso: make sure to open correct file for cdda | notaz | |
2013-05-26 | cdriso: use correct buffer in .toc check | notaz | |
2013-04-05 | cdriso: look for data files if other one is selected | notaz | |
2013-04-05 | cdriso: prefer .toc over .cue | notaz | |
as .toc has subchannel flags | |||
2013-03-15 | cdriso: handle no disk state better | notaz | |
2013-01-28 | merge minor fixes from pcsxr | notaz | |
my own code.. | |||
2013-01-28 | cdriso: merge cdda code from pcsxr | notaz | |
my own code.. | |||
2013-01-13 | cdriso: improve .toc handling | notaz | |
2013-01-03 | cdrom: implement attenuator/volume properly | notaz | |
2013-01-03 | cdriso: handle file offsets better | notaz | |
2013-01-03 | cdriso: simplify read code | notaz | |
2013-01-03 | cdriso: fix .cue file parsing | notaz | |
2012-12-21 | warning fix | notaz | |
2012-12-09 | pipe error messages through single function | notaz | |
for easier redirection to file, logcat or whatever | |||
2012-11-04 | cdriso: don't play data track | notaz | |
some refactoring too | |||
2012-11-03 | cdrom: read subq directly, not from thread | notaz | |
thread is doing 10 sectors at once, not that accurate.. | |||
2011-10-30 | cdriso: support multidisk eboots | notaz | |
2011-10-30 | cdriso: add cbin support | notaz | |
2011-10-08 | spu/cdda: sync cdda to spu playback | notaz | |
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-13 | cdriso: handle eboot and it's TOC, some refactoring | notaz | |
This gives cdda support for eboot | |||
2011-07-08 | cdriso: handle pregap read/play | notaz | |
2011-07-08 | cdriso: handle TOC and track timing better | notaz | |
2011-06-07 | enable Wall warnings by default | notaz | |
still disable it in some cases (instead of fixing) to avoid drifting from upstream projects too much. | |||
2011-02-15 | add redump.org SBI support | notaz | |
This is based on PCSX-Reloaded (as usual) but done a bit different, loaded as .sub file instead of as ppf patch. | |||
2011-01-26 | cdriso: adjust getTD and getStatus to pcsxr-svn | notaz | |
2010-12-25 | cdriso: add hack for cdda pausing | notaz | |