summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed xcode project. Mac OS X port should compile again.SND\weimingzhi_cp2010-05-281-0/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49461 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48868 ↵SND\weimingzhi_cp2010-05-251-0/+7
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixed freeze bug when launching an NTSC game when Config.PsxAuto is enabled ↵SND\weimingzhi_cp2010-05-241-3/+5
| | | | | | and Config.PsxType is set to PAL. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48663 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* implemented more HLE BIOS functions by hand, RNG should behave exactly the ↵SND\weimingzhi_cp2010-05-241-1/+3
| | | | | | same as real BIOS now. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48648 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* silence msvc6 warningsSND\weimingzhi_cp2010-05-241-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48644 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48640 ↵SND\weimingzhi_cp2010-05-241-0/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Also show Japanese titles for Windows, use UTF-8 for translations under ↵SND\weimingzhi_cp2010-05-241-0/+6
| | | | | | Windows (Trad. Chinese or Russian are shown properly under Simp. Chinese OS now). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48637 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* trim the spaces. should be safe as the 2nd byte in shiftjis starts from 0x3fSND\weimingzhi_cp2010-05-231-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48569 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* show japanese titles properly in memcard managerSND\weimingzhi_cp2010-05-231-0/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48556 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* PA_SAMPLE_S16NE instead of PA_SAMPLE_S16LE.SND\weimingzhi_cp2010-05-221-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48454 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* revert the previous revert, and fixed the value in mdec1Interrupt().SND\weimingzhi_cp2010-05-211-0/+10
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48431 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48429 ↵SND\weimingzhi_cp2010-05-211-0/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* implemented several hle bios funcs in core instead of calling standard C ↵SND\weimingzhi_cp2010-05-211-0/+2
| | | | | | library funcs (Not done yet). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48428 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* readded oss/pulseaudio/alsa/null sound backends, added --enable-sound ↵SND\weimingzhi_cp2010-05-211-0/+12
| | | | | | configure flag to specify the backend to be used. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48419 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* map 1fc00000-1fc7ffff & 9fc00000-9fc7ffff to BIOS ROM as well.SND\weimingzhi_cp2010-05-201-0/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48382 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48367 ↵SND\weimingzhi_cp2010-05-201-0/+3
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48357 ↵SND\weimingzhi_cp2010-05-201-2/+4
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* typoSND\weimingzhi_cp2010-05-201-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48356 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48354 ↵SND\weimingzhi_cp2010-05-201-0/+5
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use SDL for sound plugin, reverted the change to BIAS in r48024. (and I'm ↵SND\weimingzhi_cp2010-05-191-0/+27
| | | | | | too lazy to hunt down the bug with x64 dynarec :( feel free to revert this revert if not preferred :P) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48308 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* added missing brackets.SND\weimingzhi_cp2010-05-161-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48173 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* spu dma was fixed.SND\edgbla_cp2010-05-141-0/+6
| | | | | | | Road Rash 3D, Syphon Filter 2, Twisted Metal: Small Browl, Thousand Arms... git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48088 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48031 ↵SND\weimingzhi_cp2010-05-141-2/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixed crash when launching another game if netplay plugin is selected but ↵SND\weimingzhi_cp2010-05-141-0/+8
| | | | | | not used during the previously running game. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48030 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* BIAS was moved into rec/int.SND\edgbla_cp2010-05-141-0/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48024 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* update POTFILES.inSND\weimingzhi_cp2010-05-141-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48014 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* moved about dialog box out of glade2 fileSND\weimingzhi_cp2010-05-141-0/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48009 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CDRgetBufferSub for internal cdr plugin. %)SND\edgbla_cp2010-05-131-0/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47981 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* update dev-c++ projectSND\weimingzhi_cp2010-05-131-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47965 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* update MSVC projectSND\weimingzhi_cp2010-05-131-0/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47963 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* gte divider by shalmaSND\weimingzhi_cp2010-05-131-0/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47961 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* max length of ip address entry is too shortSND\weimingzhi_cp2010-05-131-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47954 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47952 ↵SND\weimingzhi_cp2010-05-131-0/+6
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ru_RU.po updated.SND\edgbla_cp2010-05-131-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47947 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* PADreadPort1/2 for NRage pad plugin (windows). :(SND\edgbla_cp2010-05-131-0/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47945 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* added netplay pluginSND\weimingzhi_cp2010-05-131-0/+17
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47937 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* a little more work for osxSND\weimingzhi_cp2010-05-121-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47880 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* also change osx stuff (unable to fix/compile osx for now)SND\weimingzhi_cp2010-05-121-4/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47878 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* windowsSND\weimingzhi_cp2010-05-121-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47871 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* use boolean for where it should.SND\weimingzhi_cp2010-05-121-0/+9
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47869 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47866 ↵SND\weimingzhi_cp2010-05-121-0/+5
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47808 ↵SND\weimingzhi_cp2010-05-111-0/+7
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Memory cards dialog is now resizable, icons were enlarged and animated. (gtk)SND\edgbla_cp2010-05-101-0/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47786 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* added missing include, silenced msvc warningSND\weimingzhi_cp2010-05-101-0/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47761 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* windows fixSND\weimingzhi_cp2010-05-101-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47755 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* got rid of cdrfilename & cdOpenCase, windows broken for nowSND\weimingzhi_cp2010-05-101-0/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47753 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* don't reset unless savestate loading succeededSND\weimingzhi_cp2010-05-101-0/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47748 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* added savestate versioningSND\weimingzhi_cp2010-05-101-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47747 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* got rid of gzfreezel. things like gzfreezel(&int_variable) can be VERY wrong ↵SND\weimingzhi_cp2010-05-101-0/+8
| | | | | | on x64! git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47733 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47728 ↵SND\edgbla_cp2010-05-101-0/+5
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97