summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* savestate compatibility lost, sorrySND\notaz_cp2013-01-091-1/+1
| | | | | | cdrom needed more data, mdec no longer saves pointers git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82134 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* spu: fix one more 64bit issueSND\notaz_cp2013-01-091-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82133 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* mdec: don't save raw pointers to savestateSND\notaz_cp2013-01-091-1/+24
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82132 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* fix irq statusSND\notaz_cp2013-01-091-2/+2
| | | | | | tested on real hardware git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82130 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom: merge code from PCSX ReARMedSND\notaz_cp2013-01-092-1341/+647
| | | | | | | | - lots of hacks cleaned up - removes port3 reschedule (fixes FMVs with Brave Fencer Musashi, etc still working) - based on new information from Mednafen, nocash, and a few tests of my own git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82129 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Making PCSX-R for Mac handle the added disc image formats.SND\MaddTheSane_cp2013-01-083-123/+88
| | | | | | Getting rid of unneeded .cue to .bin handling code. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82120 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Build the Recent Menu source file.SND\MaddTheSane_cp2013-01-082-2/+5
| | | | | | Check to see if we have a binding to get info from before using it. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82119 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* BIOS player;SND\edgbla_cp2013-01-081-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82118 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Driver, CTR, etc.SND\edgbla_cp2013-01-081-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82116 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* debug.c;SND\edgbla_cp2013-01-083-13/+37
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82109 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* add more extensions to file selectorsSND\notaz_cp2013-01-082-3/+9
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82102 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: merge code from PCSX ReARMedSND\notaz_cp2013-01-082-124/+685
| | | | | | | | | | | this gives the following benefits: - support for split/multifile/redump .cue/.bin images - support for PSP EBOOT PSX images - support for .cbin/.cbn compressed images - .sbi loading from ROM dir without rename if redump.org set is used - fixes for .toc and .mdf handling git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82101 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ppf: accept optional filename argumentSND\notaz_cp2013-01-083-27/+37
| | | | | | | will allow to use .sbi files from redump.org without renaming with later patch git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82100 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: remove threaded cdda codeSND\notaz_cp2013-01-082-260/+10
| | | | | | | cdrom code now reads with ISOreadCDDA() and sends to SPU, thread code is not used. This will also make a merge from PCSX ReARMed easier. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82099 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* spu: fix decoded_ptr maskingSND\notaz_cp2013-01-071-3/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82098 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Caetla crash fix;SND\edgbla_cp2013-01-072-2/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82088 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* fix xa breakage on 64bit LinuxSND\notaz_cp2013-01-071-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82087 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Brave Fencer Musashi, Micro Machines V3, Parasite Eve 2, etc;SND\edgbla_cp2013-01-041-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82044 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Get OS X compiling again:SND\MaddTheSane_cp2012-12-284-6/+8
| | | | | | | Fixed undeclared GPU_FRAME_LIMIT. Some patch somewhere changed the file reference of the ExtendedKeys headers in the GPU plug-ins. reverting that. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81977 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Setting end-of-line metadata.SND\MaddTheSane_cp2012-12-265-0/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81974 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Setting end-of-line metadata.SND\MaddTheSane_cp2012-12-24111-0/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81971 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Implement fast-forward in the display plug-ins for OS X.SND\MaddTheSane_cp2012-12-208-41/+464
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81907 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* test commit.SND\MaddTheSane_cp2012-12-201-2/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81906 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Add a recent menu.SND\MaddTheSane_cp2012-12-206-10/+373
| | | | | | Ignoring Xcode 4 generated files. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81905 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Incorporating changes from the GTK memory manager.SND\MaddTheSane_cp2012-12-201-11/+100
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81887 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 13457 (ckain);SND\edgbla_cp2012-12-191-63/+99
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81830 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix a double release bug.SND\MaddTheSane_cp2012-12-161-1/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81775 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Add missing file from last commit.SND\MaddTheSane_cp2012-12-151-0/+114
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81771 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Mac Patch 13437.SND\MaddTheSane_cp2012-12-1524-187/+1347
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81770 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 13442, 13443 (ckain);SND\edgbla_cp2012-12-135-14/+98
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81738 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ,SND\edgbla_cp2012-12-011-3/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81604 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Cheat toggling.SND\edgbla_cp2012-12-011-5/+20
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81603 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2012-11-201-0/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81330 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2012-11-202-244/+265
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81329 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2012-11-2013-538/+538
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81327 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* gtk3 (thanks to Rafał Mużyło);SND\edgbla_cp2012-11-2033-1015/+1152
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81326 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ru_RU.po;SND\edgbla_cp2012-11-181-231/+20
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81301 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2012-11-181-5/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81300 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Unix style EOL (thanks to darktjm);SND\edgbla_cp2012-11-18282-116676/+116676
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81299 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Some code refactoring.SND\MaddTheSane_cp2012-11-141-11/+7
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81228 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* mcd dlg icons animation speed;SND\edgbla_cp2012-10-311-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80825 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Break out of the file handling loop when we reach a handle.SND\MaddTheSane_cp2012-10-312-2/+10
| | | | | | Work on the Disc handler, making it say that the disc cover was open when loading another disc. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80820 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Naming the PSX thread on OS X.SND\MaddTheSane_cp2012-10-311-0/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80819 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80728 ↵SND\weimingzhi_cp2012-10-241-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use 32-bit jump instructions for COP2/GTE. (Issue #8567)SND\weimingzhi_cp2012-10-242-3/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80727 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* update po/potSND\weimingzhi_cp2012-10-238-806/+916
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80666 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* update my email address.SND\weimingzhi_cp2012-10-2332-33/+33
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80665 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Do not leave zombie process when running configure utilities.SND\weimingzhi_cp2012-10-235-49/+82
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80664 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cheats, search column;SND\edgbla_cp2012-10-201-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80650 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cheat window size;SND\edgbla_cp2012-10-201-1/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80646 e17a0e51-4ae3-4d35-97c3-1a29b211df97