summaryrefslogtreecommitdiff
path: root/libpcsxcore
Commit message (Expand)AuthorAgeFilesLines
...
* Added MCD directory read bit to SIO which is used to detect memory card plug ...SND\ckain_cp2013-11-281-8/+19
* EXPERIMENTAL: handle GPU DATA 1F command which should be GPU IRQ request. Fix...SND\ckain_cp2013-11-141-1/+12
* CDRISO: Limit compressed CDDA support to multifile CUEs only & ECM LUT fix.SND\ckain_cp2013-10-241-9/+17
* .SND\edgbla_cp2013-10-091-1/+1
* * GTE;SND\edgbla_cp2013-10-067-4974/+914
* Fix Toshinden Subaru with a hack for now. Seems that xa.c needs some further ...SND\ckain_cp2013-10-022-7/+20
* Vampire Hunter D title screen hack revisited. Fixes Tomb Raider II opaque wat...SND\ckain_cp2013-09-272-15/+30
* Changed DMA4 burst transfer factor from 1/3 to 1/2. Fixes Harry Potter and th...SND\ckain_cp2013-09-241-2/+4
* ECM file support: fixed seeking errors that some games were causing.SND\ckain_cp2013-09-231-1/+1
* compilation errors was fixed (cdriso);SND\edgbla_cp2013-09-161-1/+2
* ECM file support: mature enough so it can be now integrated with other platfo...SND\ckain_cp2013-09-163-51/+91
* ECM file support: fixed handling inside CUE and with CDDA tracks.SND\ckain_cp2013-09-131-27/+38
* Experimental on-fly decoding of ECM file format. For now compiles also with -...SND\ckain_cp2013-09-122-0/+485
* small fix (windows);SND\edgbla_cp2013-09-062-3/+4
* Experimetal decoding of compressed CDDA tracks (APE,FLAC,MP3,...) via ffmpeg....SND\ckain_cp2013-09-051-5/+310
* CPU -> Save window position (windows);SND\edgbla_cp2013-08-271-0/+2
* all_extension_cht, dot_extension_cht, tla_extension_cht fix;SND\edgbla_cp2013-08-261-3/+3
* Changing the *_extension_cht to macros. This quiets a warning in OS X.SND\MaddTheSane_cp2013-08-261-3/+3
* Use __private_extern__ on OS X's localization functions.SND\MaddTheSane_cp2013-08-261-2/+2
* CdromId fix;SND\edgbla_cp2013-08-251-11/+12
* GTK: autoload cheats from default path and filename, e.g. /home/user/.pcsxr/c...SND\ckain_cp2013-07-312-0/+5
* Fix some minor warnings on SysPrintf and SysMessage use in libpcsxcore.SND\MaddTheSane_cp2013-07-097-14/+14
* PSXCPU_LOG for dynarec64 (dumped only compile). Dump log only if PSXCPU_LOG d...SND\ckain_cp2013-06-073-51/+89
* Dynarec64: fixed CART World Series freeze. Issue #10846.SND\ckain_cp2013-05-221-0/+5
* Win32: CDR plugin is not mandatory to have since there is build-in ISO support.SND\ckain_cp2013-05-171-1/+1
* cdriso: handle no disk state betterSND\notaz_cp2013-03-141-1/+8
* cdrom: stopping read should stop seek tooSND\notaz_cp2013-03-111-1/+1
* cdrom: use single read/play cursor, handle cdlRead for cddaSND\notaz_cp2013-03-112-35/+38
* cdrom: pause doesn't start readSND\notaz_cp2013-03-111-2/+0
* psxmem: handle io mirrorsSND\notaz_cp2013-03-111-14/+14
* mem2vram: delay based on BS size. Fixes X-Files videos. Seems not break other...SND\ckain_cp2013-03-061-12/+12
* PSXBIOS_LOG and printf, puts, putchar: prettier output to the log.SND\ckain_cp2013-03-042-11/+46
* Assignment not comparison.SND\ckain_cp2013-03-031-1/+1
* Make OS X's localization implementation functions match the signature of gett...SND\MaddTheSane_cp2013-03-031-2/+2
* Dynarec(x64): recompile instructions on FlushCache BIOS call - Fixes XG memca...SND\ckain_cp2013-03-023-2/+12
* CPU -> Hide cursor. (Windows);SND\edgbla_cp2013-03-011-0/+1
* link cable plugin for Windows;SND\edgbla_cp2013-02-241-2/+0
* .SND\edgbla_cp2013-02-225-50/+110
* SaveState -> check returned SPU size.SND\ckain_cp2013-02-201-1/+3
* Invalidate ICache when loading files from CDROM. Both CPU implementations now...SND\ckain_cp2013-02-171-0/+4
* .SND\edgbla_cp2013-02-151-7/+14
* CPU_LOG define doesn't exist. Changed to more appropiate PSXDMA_LOG.SND\ckain_cp2013-02-151-6/+6
* ...SND\edgbla_cp2013-02-143-4/+6
* sio1;SND\edgbla_cp2013-02-141-2/+2
* sio;SND\edgbla_cp2013-02-148-15/+12
* windows gte fix; :/SND\edgbla_cp2013-02-141-2/+6
* Revert MKT fix, breaks Twisted Metal 2;SND\edgbla_cp2013-02-141-2/+4
* Lode Runner x86_64 recompiler fix;SND\edgbla_cp2013-02-141-1/+14
* Only do 0x401 when BCR = 0. Should prevent graphic glitches introduced by Vam...SND\ckain_cp2013-02-131-12/+1
* * Revert old DmaExec;SND\edgbla_cp2013-02-131-0/+11