summaryrefslogtreecommitdiff
path: root/libpcsxcore
Commit message (Expand)AuthorAgeFilesLines
* 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
* quick cdda fixSND\weimingzhi_cp2010-07-011-3/+25
* Added support for images ripped with cdrdao with "--read-subchan rw_raw" for ...SND\weimingzhi_cp2010-07-011-16/+20
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53626 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-06-262-13/+10
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53302 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-06-231-1/+5
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53080 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-06-213-1/+16
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@52641 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-06-161-1/+4
* dfcdrom: implemented CDRreadCDDA() and CDRgetTE() (not tested)SND\weimingzhi_cp2010-06-081-2/+1
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@51475 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-06-085-16/+24
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@51149 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-06-061-1/+1
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50883 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-06-041-1/+2
* changed cdrom timing value so that it behaves the same as older revisions.SND\weimingzhi_cp2010-06-038-194/+165
* fix FTBFS on Fedora 13SND\weimingzhi_cp2010-06-021-92/+121
* use %x instead of %lx.SND\weimingzhi_cp2010-06-024-96/+96
* use zlib to compress the font.SND\weimingzhi_cp2010-05-312-13115/+6964
* Implemented Krom2RawAdd().SND\weimingzhi_cp2010-05-314-16/+13181
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49897 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-301-2/+2
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49879 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-301-23/+19
* HLE BIOS: Fixed memcpy(), create new stack for interrupt handlers.SND\weimingzhi_cp2010-05-301-36/+46
* implemented more HLE BIOS functions without standard C library calls.SND\weimingzhi_cp2010-05-291-59/+116
* implemented more functions by hand (qsort() is not tested).SND\weimingzhi_cp2010-05-281-85/+205
* Fixed xcode project. Mac OS X port should compile again.SND\weimingzhi_cp2010-05-281-121/+92
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48664 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-241-1/+1
* Fixed freeze bug when launching an NTSC game when Config.PsxAuto is enabled a...SND\weimingzhi_cp2010-05-241-6/+6
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48650 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-241-5/+6
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48649 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-241-0/+3
* implemented more HLE BIOS functions by hand, RNG should behave exactly the sa...SND\weimingzhi_cp2010-05-241-66/+96
* trim the spaces. should be safe as the 2nd byte in shiftjis starts from 0x3fSND\weimingzhi_cp2010-05-232-2/+7
* show japanese titles properly in memcard managerSND\weimingzhi_cp2010-05-232-16/+21
* revert the previous revert, and fixed the value in mdec1Interrupt().SND\weimingzhi_cp2010-05-219-39/+39
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48429 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-211-3/+3
* implemented several hle bios funcs in core instead of calling standard C libr...SND\weimingzhi_cp2010-05-211-32/+117
* readded oss/pulseaudio/alsa/null sound backends, added --enable-sound configu...SND\weimingzhi_cp2010-05-212-3/+5
* map 1fc00000-1fc7ffff & 9fc00000-9fc7ffff to BIOS ROM as well.SND\weimingzhi_cp2010-05-201-14/+19
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48367 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-202-4/+8
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48354 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-201-8/+8
* Use SDL for sound plugin, reverted the change to BIAS in r48024. (and I'm too...SND\weimingzhi_cp2010-05-1911-82/+72
* added missing brackets.SND\weimingzhi_cp2010-05-161-7/+9
* spu dma was fixed.SND\edgbla_cp2010-05-143-2/+20
* Fixed crash when launching another game if netplay plugin is selected but not...SND\weimingzhi_cp2010-05-142-6/+6
* BIAS was moved into rec/int.SND\edgbla_cp2010-05-1410-39/+39
* CDRgetBufferSub for internal cdr plugin. %)SND\edgbla_cp2010-05-132-4/+5
* typoSND\weimingzhi_cp2010-05-131-3/+3
* gte divider by shalmaSND\weimingzhi_cp2010-05-132-6/+4134
* PADreadPort1/2 for NRage pad plugin (windows). :(SND\edgbla_cp2010-05-132-28/+135