summaryrefslogtreecommitdiff
path: root/libpcsxcore
Commit message (Collapse)AuthorAgeFilesLines
* OS X: Minor changesSND\MaddTheSane_cp2014-05-221-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90493 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90277 ↵SND\weimingzhi_cp2014-05-031-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90226 ↵SND\weimingzhi_cp2014-05-021-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90225 ↵SND\weimingzhi_cp2014-05-021-2/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* psxbios: format()SND\weimingzhi_cp2014-05-021-1/+21
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90224 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* psxbios: firstfile() does NOT deliver event in real BIOS.SND\weimingzhi_cp2014-04-301-3/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90195 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GPU picture fix. This should be also easy to implement on others archs as well.SND\ckain_cp2014-04-172-2/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90038 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Big endian CDDA support. Uses Config.Cdda (previously bool). Now enum. Gtk ↵SND\ckain_cp2014-04-163-7/+13
| | | | | | gui was modified for new enum, but compatibility was kept so that other guis don't go nuts. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90008 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Enabled loading archive file from cue sheet & avcodec_frame_free deprecated.SND\ckain_cp2014-04-151-112/+34
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89981 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso: warning dialog popup regarding tracks that could not be loaded from ↵SND\ckain_cp2014-04-151-1/+1
| | | | | | cue sheet. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89980 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ecm lut build fix - now games like Alundra should work also.SND\ckain_cp2014-04-101-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89873 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* COTS & HLE BIOS & no memcard: enable password.SND\ckain_cp2014-04-091-1/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89839 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* windows compilation fix;SND\edgbla_cp2014-03-231-6/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89535 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* MML speed fix.SND\ckain_cp2014-03-011-1/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89233 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - fixed region autodetection for some rare discs;SND\dario86_cp2014-02-262-7/+6
| | | | | | - fixed copy protection regression in r82129 by notaz from one year ago; I hope this won't break anything (issue #11594). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89219 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Optimized SaveStateGz: Core i5 2520M: from ~45ms to less than 5ms call avg. ↵SND\ckain_cp2014-02-162-29/+45
| | | | | | Now rewind feature should be usable even more lower end machines. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89136 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CDRISO: support for common archive formats (7z, rar, zip, etc) via ↵SND\ckain_cp2014-02-042-33/+195
| | | | | | libarchive. Streams requested sectors on-fly and eventually buffers whole image in-memory. In some optimal cases reading compressed data without any noticable delays, but however usually with long decompression delays. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88838 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rewind: states are now made after n vblanks and platform independ way. Also ↵SND\ckain_cp2014-02-043-5/+14
| | | | | | GTK GUI to configure values. By default this feature is disabled (0 vblanks and 0 states) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88837 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CDRISO: when finding .sub, check if .img has two dot suffix. image.img.ecm > ↵SND\ckain_cp2014-02-011-2/+9
| | | | | | image.img.sub > image.sub git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88766 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* misc.c fix;SND\edgbla_cp2014-01-271-9/+13
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88505 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixed Win32 build (shm).SND\ckain_cp2014-01-271-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88501 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added rewind feature. Currently only supported via GTK and needs SHM. Rewind ↵SND\ckain_cp2014-01-243-30/+156
| | | | | | save state depth is configured via RewindCount config param. Recommended value is 200 or so -> uses less than 1G of memory git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88433 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* build system fixes by Michał Górny.SND\edgbla_cp2013-12-171-69/+71
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88128 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimental: more in-place hack to fix PE2 startup issue and would obsolete ↵SND\ckain_cp2013-11-281-18/+39
| | | | | | explicit RCntFix hack. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88008 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added option to not have memory card plugged. Chronicles of the Sword ↵SND\ckain_cp2013-11-282-5/+9
| | | | | | password screen can now be accessed. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88004 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added MCD directory read bit to SIO which is used to detect memory card plug ↵SND\ckain_cp2013-11-281-8/+19
| | | | | | events. Games that use directory caching do not show old contents if card is changed during run like FM3. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88003 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* EXPERIMENTAL: handle GPU DATA 1F command which should be GPU IRQ request. ↵SND\ckain_cp2013-11-141-1/+12
| | | | | | Fixes MML2 ending white screen before credits. Possibly fixes others also by obsoleting InuYasha fix. Hopefully breaks nothing. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87828 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CDRISO: Limit compressed CDDA support to multifile CUEs only & ECM LUT fix.SND\ckain_cp2013-10-241-9/+17
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87647 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-10-091-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87392 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* * GTE;SND\edgbla_cp2013-10-067-4974/+914
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87357 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix Toshinden Subaru with a hack for now. Seems that xa.c needs some further ↵SND\ckain_cp2013-10-022-7/+20
| | | | | | debugging. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87349 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Vampire Hunter D title screen hack revisited. Fixes Tomb Raider II opaque ↵SND\ckain_cp2013-09-272-15/+30
| | | | | | water effect. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87330 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Changed DMA4 burst transfer factor from 1/3 to 1/2. Fixes Harry Potter and ↵SND\ckain_cp2013-09-241-2/+4
| | | | | | the Philosopher's Stone git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87306 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ECM file support: fixed seeking errors that some games were causing.SND\ckain_cp2013-09-231-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87272 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* compilation errors was fixed (cdriso);SND\edgbla_cp2013-09-161-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87207 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ECM file support: mature enough so it can be now integrated with other ↵SND\ckain_cp2013-09-163-51/+91
| | | | | | platforms aswell. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87188 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ECM file support: fixed handling inside CUE and with CDDA tracks.SND\ckain_cp2013-09-131-27/+38
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87153 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimental on-fly decoding of ECM file format. For now compiles also with ↵SND\ckain_cp2013-09-122-0/+485
| | | | | | --enable-ccdda git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87140 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* small fix (windows);SND\edgbla_cp2013-09-062-3/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87093 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimetal decoding of compressed CDDA tracks (APE,FLAC,MP3,...) via ↵SND\ckain_cp2013-09-051-5/+310
| | | | | | ffmpeg. Compile with --enable-ccdda git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87080 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CPU -> Save window position (windows);SND\edgbla_cp2013-08-271-0/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86958 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* all_extension_cht, dot_extension_cht, tla_extension_cht fix;SND\edgbla_cp2013-08-261-3/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86943 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Changing the *_extension_cht to macros. This quiets a warning in OS X.SND\MaddTheSane_cp2013-08-261-3/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86933 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use __private_extern__ on OS X's localization functions.SND\MaddTheSane_cp2013-08-261-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86932 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CdromId fix;SND\edgbla_cp2013-08-251-11/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86908 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: autoload cheats from default path and filename, e.g. ↵SND\ckain_cp2013-07-312-0/+5
| | | | | | /home/user/.pcsxr/cheats/SLUS_90064-SLUS90064.cht. Also if entered cheat code is incorrect don't close input dialog. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86327 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix some minor warnings on SysPrintf and SysMessage use in libpcsxcore.SND\MaddTheSane_cp2013-07-097-14/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85929 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* PSXCPU_LOG for dynarec64 (dumped only compile). Dump log only if PSXCPU_LOG ↵SND\ckain_cp2013-06-073-51/+89
| | | | | | defined and Config.PsxOut option is used. Minor code polishments. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85183 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Dynarec64: fixed CART World Series freeze. Issue #10846.SND\ckain_cp2013-05-221-0/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84871 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Win32: CDR plugin is not mandatory to have since there is build-in ISO support.SND\ckain_cp2013-05-171-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84773 e17a0e51-4ae3-4d35-97c3-1a29b211df97