summaryrefslogtreecommitdiff
path: root/libpcsxcore
Commit message (Expand)AuthorAgeFilesLines
* 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
* u8 instead of longSND\weimingzhi_cp2010-05-121-2/+2
* use boolean for where it should.SND\weimingzhi_cp2010-05-125-32/+30
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47866 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-121-0/+4
* added missing include, silenced msvc warningSND\weimingzhi_cp2010-05-102-2/+3
* windows fixSND\weimingzhi_cp2010-05-102-2/+2
* got rid of cdrfilename & cdOpenCase, windows broken for nowSND\weimingzhi_cp2010-05-107-79/+90
* added savestate versioningSND\weimingzhi_cp2010-05-101-15/+25
* got rid of gzfreezel. things like gzfreezel(&int_variable) can be VERY wrong ...SND\weimingzhi_cp2010-05-105-18/+18
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47728 e17a0e51-4ae3-4d35...SND\edgbla_cp2010-05-103-118/+159
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47726 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-101-5/+6
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47725 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-105-16/+1
* libbz2 is not neededSND\weimingzhi_cp2010-05-091-2/+1
* psxRcntFreeze() was fixed.SND\edgbla_cp2010-05-091-1/+3
* farewell to the past...SND\weimingzhi_cp2010-05-092-763/+444
* got rid of 0x80000000 flag in psxRegs.interrupt. such flag doesn't seem to ex...SND\weimingzhi_cp2010-05-0813-50/+28
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47582 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-082-3/+2