summaryrefslogtreecommitdiff
path: root/libpcsxcore
Commit message (Expand)AuthorAgeFilesLines
...
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57465 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-09-212-10/+17
* load net yaroze library if exists at startup.SND\weimingzhi_cp2010-09-191-4/+13
* Rebel Assault 2SND\shalma_cp2010-09-162-13/+26
* a little cleanupSND\weimingzhi_cp2010-09-131-8/+5
* a little less aggressiveSND\weimingzhi_cp2010-09-131-2/+2
* Merged change from http://forums.ngemu.com/pcsx-discussion/116599-developers-...SND\weimingzhi_cp2010-09-134-196/+210
* R3000: Crash Bandicoot 2SND\shalma_cp2010-09-111-10/+13
* SIO - GameShark CDX Dongle (correct BG init value; thanks kevstah2004)SND\shalma_cp2010-09-111-1/+1
* SIO - Avoid GameShark CDX Enhancement crash (DMA3 buffer overrun)SND\shalma_cp2010-09-091-1/+18
* SIO - GameShark CDX dongle now supports memory card I/O (fixes CDX 3.3 BG and...SND\shalma_cp2010-09-091-76/+181
* Gpu - Disable extra safety check (test this later)SND\shalma_cp2010-09-091-1/+1
* Gpu - remove ePSXe Chrono Cross interlace hack (several reports it causes pro...SND\shalma_cp2010-09-092-4/+3
* CDROM: GameShark CDX 3.3 - low-level status reading (CD swap trick)SND\shalma_cp2010-09-072-1/+70
* SIO: GameShark CDX - add extra keys, allows more rebooting (ex. Xenogears)SND\shalma_cp2010-09-071-8/+56
* ported the change in r56828 to dynarec (is the check in psxBASIC() really nec...SND\weimingzhi_cp2010-09-0714-4999/+46
* Updated MSVC and Dev-C++ projects, got rid of the GNU-style changelog.SND\weimingzhi_cp2010-09-061-3/+0
* cdriso - fix cdda play (subq reading). Thanks edgbla.SND\shalma_cp2010-09-051-4/+6
* Fix missings (cdriso.c->sec?).SND\edgbla_cp2010-09-054-71/+90
* psxDma6 - fix missing size variable, GPUOTCDMA_INTSND\shalma_cp2010-09-051-2/+6
* Formula One 2001 - add CPU I-cache (fixes in-game racing controls + AI)SND\shalma_cp2010-09-051-3/+107
* Don't access GTE when CP0 disables itSND\shalma_cp2010-09-051-0/+6
* GUI/Plugin + cdrom: GameShark v5. Xploder 9000 v4 - opening / closing lid gen...SND\shalma_cp2010-09-051-0/+15
* GameShark Sampler + GameShark 2: Give longer VSync delay before exception see...SND\shalma_cp2010-09-051-11/+13
* GameShark / Action Replay CDX - dongle partially supported. Goes in-game to C...SND\shalma_cp2010-09-051-1/+312
* Chrono Cross interlace fix (ePSXe version)SND\shalma_cp2010-09-056-70/+213
* Vib Ribbon CD swapping needed fixing (CDROM)SND\shalma_cp2010-09-052-34/+56
* Shadow Madness needs longer DMA times (fixes Hexite Mines, World Map, random ...SND\shalma_cp2010-09-051-5/+22
* Rebel Assault 2 needs longer DMA times (black screens in-game)SND\shalma_cp2010-09-055-31/+96
* psxmem.c: Wipeout runs too fastSND\shalma_cp2010-09-041-2/+26
* cdrom.c: Lemmings & Oh No! More LemmingsSND\shalma_cp2010-09-041-4/+9
* Added gpu busy interface.SND\edgbla_cp2010-08-134-2/+31
* refactored the interrupt scheduling code a bit to make it a little more reada...SND\weimingzhi_cp2010-08-077-59/+71
* fix FTBFS on windows due to previous change for freebsd/solaris.SND\weimingzhi_cp2010-07-131-5/+5
* use pkg-config for libcdio detectionSND\weimingzhi_cp2010-07-121-121/+94
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54448 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-07-101-92/+121
* I was really stupid... just use libcdio and everything's fine, no need to dea...SND\weimingzhi_cp2010-07-106-220/+178
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54399 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-07-091-4/+2
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54398 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-07-091-0/+2
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54388 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-07-091-92/+121
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54383 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-07-091-121/+92
* added bladesio1 into build scriptSND\weimingzhi_cp2010-07-081-92/+121
* dfcdrom: refactored for better portability.SND\weimingzhi_cp2010-07-081-121/+92
* Sio1 plugin (dummy).SND\edgbla_cp2010-07-071-11/+11
* emulator is now at least running on FreeBSD :)SND\weimingzhi_cp2010-07-071-7/+1
* Fix FTBFS on freebsdSND\weimingzhi_cp2010-07-072-92/+122
* #ifdef'ed out Sio1 interface for now (using uninitialized ptr in plugins.c co...SND\weimingzhi_cp2010-07-073-40/+76
* GPUvBlank (for gpuBladeSoft now, experimental).SND\edgbla_cp2010-07-043-4/+12
* Sio1 interface (link cable).SND\edgbla_cp2010-07-024-25/+247
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54051 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-07-021-1/+1
* support for subchannel data ripped by cdrdaoSND\weimingzhi_cp2010-07-021-7/+43