summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Patch 13787 (ckain);SND\edgbla_cp2013-02-042-1/+2
* minor changesSND\MaddTheSane_cp2013-01-292-96/+89
* fixed a memory leak in non-ARC code.SND\MaddTheSane_cp2013-01-294-28/+37
* Window calls should only be done on the main thread on OS X.SND\MaddTheSane_cp2013-01-291-12/+15
* Fixing an off-by-one error reported by Clang in Xcode 4.6.SND\MaddTheSane_cp2013-01-291-1/+1
* Updating Xcode project files based on Xcode 4.6 upgrade recommendation.SND\MaddTheSane_cp2013-01-296-6/+90
* gte (sum flag, gpf);SND\edgbla_cp2013-01-291-21/+26
* The weak directive is useless in non-ARC code. comment it out when not using ...SND\MaddTheSane_cp2013-01-282-1/+3
* Messing around with the file handling XIBs.SND\MaddTheSane_cp2013-01-284-12/+28
* Patch 13685 (ckain);SND\edgbla_cp2013-01-271-1/+2
* gte avsz3/avsz4;SND\edgbla_cp2013-01-271-6/+8
* cdrom: set initial StatPSND\notaz_cp2013-01-221-0/+1
* cdriso: fix path handling bugSND\notaz_cp2013-01-211-3/+5
* fix win32 buildSND\notaz_cp2013-01-211-0/+1
* fix 32bit buildSND\notaz_cp2013-01-211-1/+1
* Bumping the minimum OS X version to 10.7.SND\MaddTheSane_cp2013-01-209-1057/+727
* dynarec: store cycles before psxBranchTest to better match interpreterSND\notaz_cp2013-01-192-18/+23
* psxbios: handle u modifierSND\notaz_cp2013-01-191-1/+1
* cdrom: move more handling to cdrInterruptSND\notaz_cp2013-01-191-110/+22
* cdrom: cleanup, support errors, improve timingSND\notaz_cp2013-01-192-140/+123
* cdrom: rewrite lid codeSND\notaz_cp2013-01-192-160/+76
* Make sPluginList in PluginList.m unsafe-unretained so we can properly free it...SND\MaddTheSane_cp2013-01-143-46/+52
* cdrom: some swap cd tuningSND\notaz_cp2013-01-131-1/+2
* cdrom: remove stopping on TNSND\notaz_cp2013-01-131-5/+0
* linux cdrom device name (sr0, sr1, etc);SND\edgbla_cp2013-01-131-0/+4
* cdrom: also handle 0xff typeSND\notaz_cp2013-01-131-1/+1
* cdrom: fix ID, againSND\notaz_cp2013-01-131-3/+3
* cdrom: set preoer reset valuesSND\notaz_cp2013-01-121-0/+2
* cdriso: improve .toc handling yet moreSND\notaz_cp2013-01-121-10/+32
* cdriso: handle cdda playback on data tracksSND\notaz_cp2013-01-122-2/+10
* cdriso: attempt to fix .toc handlingSND\notaz_cp2013-01-121-6/+7
* cdrom: workaround timing problemsSND\notaz_cp2013-01-112-0/+11
* Revert '"Slow Boot" freeze fix;'SND\notaz_cp2013-01-111-2/+1
* cdrom: fix IDSND\notaz_cp2013-01-111-24/+13
* Finally finish applying patch 13469.SND\MaddTheSane_cp2013-01-111-1/+15
* setting eol metadata.SND\MaddTheSane_cp2013-01-1110-0/+0
* setting eol metadata.SND\MaddTheSane_cp2013-01-110-0/+0
* setting eol metadata.SND\MaddTheSane_cp2013-01-110-0/+0
* Getting rid of the autorelease pools around EmuThread's functions: they were ...SND\MaddTheSane_cp2013-01-111-126/+120
* Fixing an uninitialized variable pointed out by Xcode's Static Analyser.SND\MaddTheSane_cp2013-01-101-1/+1
* Disable the dynarec core on OS X i386. It will still run in 64-bit mode.SND\MaddTheSane_cp2013-01-102-1/+14
* Use strlcpy on OS X code.SND\MaddTheSane_cp2013-01-1012-40/+92
* Setting the Plug-in window controllers' initial value to nil.SND\MaddTheSane_cp2013-01-107-10/+8
* Changing some things on the OS X net plug-in.SND\MaddTheSane_cp2013-01-101-6/+10
* Messing with the OS X plug-in code:SND\MaddTheSane_cp2013-01-109-115/+65
* "Slow Boot" freeze fix;SND\edgbla_cp2013-01-091-1/+2
* spu: don't play in decode buffersSND\notaz_cp2013-01-091-1/+4
* spu: don't subtract cycles on bIRQReturnSND\notaz_cp2013-01-091-3/+3
* spu: do bIRQReturn on sample boundariesSND\notaz_cp2013-01-092-39/+35
* Use ARC in 64-bit mode on the Mac.SND\MaddTheSane_cp2013-01-0917-221/+375