Commit Graph

53 Commits

Author SHA1 Message Date
Stelios Tsampas 8f19dd4bc9 Bring cdriso.c up to date to enable CCDDA 2017-07-16 21:21:14 +03:00
Stelios Tsampas d880179b2a Fix compilation on linux. 2017-07-16 21:20:53 +03:00
SND\ckain_cp a1d083bf2b CDRISO: support for common archive formats (7z, rar, zip, etc) via 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
2014-02-04 13:26:02 +00:00
SND\ckain_cp 10b7afe174 Rewind: states are now made after n vblanks and platform independ way. Also 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
2014-02-04 10:15:07 +00:00
SND\edgbla_cp ce12fd8b65 configure.ac fix;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88476 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-01-26 17:48:29 +00:00
SND\ckain_cp e1108dba69 Added rewind feature. Currently only supported via GTK and needs SHM. Rewind 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
2014-01-24 13:59:46 +00:00
SND\edgbla_cp c08e585058 build system fixes by Michał Górny.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88128 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-12-17 00:47:49 +00:00
SND\MaddTheSane_cp 9cce9612a1 Updating PCSX-R version to 1.9.95.
Setting the minimum OS X version to 10.9.
Using base localization on OS X.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87797 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-11-10 00:44:29 +00:00
SND\ckain_cp 4ee6e76b0a Experimetal decoding of compressed CDDA tracks (APE,FLAC,MP3,...) via ffmpeg. Compile with --enable-ccdda
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87079 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-09-05 07:41:19 +00:00
SND\edgbla_cp 06f5ec54da SDL2/SDL1.2 (Linux);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87020 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-08-29 22:14:32 +00:00
SND\MaddTheSane_cp b5a789c5aa Bumping the version up to 1.9.94.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86939 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-08-26 19:44:12 +00:00
SND\edgbla_cp a012af37d7 sio1 plugin was enabled for linux by default;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85767 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-07-03 16:24:11 +00:00
SND\edgbla_cp cc445563aa .
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82921 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-15 17:50:26 +00:00
SND\edgbla_cp ba0c9b98bf sio1;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82900 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-14 20:53:40 +00:00
SND\edgbla_cp 5883ee6487 gtk3 (thanks to Rafał Mużyło);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81326 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2012-11-20 21:01:10 +00:00
SND\edgbla_cp aea5103f87 libglade -> gtkbuilder.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80418 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2012-10-15 14:34:56 +00:00
SND\dario86_cp 4bf6253973 Removed GXVideo plugin as per original author suggestion.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@77475 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2012-04-14 11:39:27 +00:00
SND\dario86_cp b856e43a18 GXVideo graphics plugin is buggy and unmantained - disabled by default.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75519 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2012-02-26 15:51:12 +00:00
SND\MaddTheSane_cp 13c384c0ea Let's not use AC_PROG_CC_STDC until it's cleared with the other developers
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72526 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-11-22 03:29:37 +00:00
SND\MaddTheSane_cp 3043ded640 First steps for localization support for Mac OS X/Cocoa, including:
Localizable.strings files for each plug-in.
Try to get localizable string from a c string (see Pcsxr_locale_text in main.m).
Each Mac plug-in now has a Principal class declaration in their Info.plist

Also updated the memory card extensions

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72361 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-11-17 01:58:25 +00:00
SND\edgbla_cp 2b719752cd dfsound, openal.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67915 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-06-16 20:51:36 +00:00
SND\edgbla_cp 5f868fa161 Rebranding.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-06-08 09:27:25 +00:00
SND\weimingzhi_cp 5361dd49c5 - dfnet, dfinput: migrated to gtkbuilder.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61799 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-01-06 03:01:13 +00:00
SND\weimingzhi_cp c32df21212 - configure.ac: fixed my previous stupid error which invalidated --disable-nls.
- some other minor cleanups.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61645 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-12-31 01:59:29 +00:00
SND\weimingzhi_cp 2cd31844fd Removed some more unnecessary files.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61595 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-12-30 08:41:02 +00:00
SND\weimingzhi_cp b697f2a8b4 intltoolize. (for gtkbuilder)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61593 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-12-30 03:31:55 +00:00
SND\weimingzhi_cp 9e61a223d6 mkinstalldirs is not useless for the used gettext version.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61533 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-12-28 02:26:57 +00:00
SND\weimingzhi_cp e832ac9786 * Removed unnecessary files.
* Clean up build system (Issue #7815, VoidMage).
* properly init some variables on reset (Patch #7887, notaz).
* dfxvideo: several fixes to FPS bar (Patch #7879, dario86).
* Region autodetection for 3 PAL demos (Patch #7879, dario86).



git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61512 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-12-27 03:02:25 +00:00
SND\gschwind_cp f03cd2c04a first commit of gxvideo plugin (fork of dfxvideo)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60768 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-12-07 16:07:53 +00:00
SND\weimingzhi_cp 4953fde289 readded powerpc dynarec.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60001 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-11-23 02:37:11 +00:00
SND\weimingzhi_cp 28bd1fcb79 ported the change in r56828 to dynarec (is the check in psxBASIC() really necessary?), removed powerpc dynarec (cannot test and likely broken).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56896 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-09-07 00:55:05 +00:00
SND\weimingzhi_cp b640cf7a0f use pkg-config for libcdio detection
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54479 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-07-12 00:49:29 +00:00
SND\weimingzhi_cp f7823bc164 I was really stupid... just use libcdio and everything's fine, no need to deal with different OSes at all.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54442 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-07-10 06:54:11 +00:00
SND\weimingzhi_cp db794151fe git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54397 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-07-09 06:23:30 +00:00
SND\weimingzhi_cp 1a2b23c798 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54396 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-07-09 06:20:34 +00:00
SND\weimingzhi_cp ca0ab2632f git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54392 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-07-09 04:54:36 +00:00
SND\weimingzhi_cp caa1da3d92 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54391 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-07-09 04:50:33 +00:00
SND\weimingzhi_cp 7063bef7db git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54388 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-07-09 04:41:58 +00:00
SND\weimingzhi_cp 6dc5d173d3 added bladesio1 into build script
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54326 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-07-08 00:28:22 +00:00
SND\weimingzhi_cp 90116f62d3 freebsd's shell does not support +=
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54265 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-07-07 08:52:33 +00:00
SND\weimingzhi_cp 16a8beed8b Fix FTBFS on freebsd
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54264 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-07-07 08:45:16 +00:00
SND\weimingzhi_cp e6a8c4fc02 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@52641 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-06-16 03:45:53 +00:00
SND\weimingzhi_cp 481093baa8 readded oss/pulseaudio/alsa/null sound backends, added --enable-sound 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
2010-05-21 00:48:30 +00:00
SND\weimingzhi_cp 0956549379 Use SDL for sound plugin, reverted the change to BIAS in r48024. (and I'm 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
2010-05-19 10:52:11 +00:00
SND\weimingzhi_cp 0d1d9bece3 added netplay plugin
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47937 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-05-13 03:40:12 +00:00
SND\weimingzhi_cp 736ea29529 libbz2 is not needed
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47720 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-05-09 23:34:57 +00:00
SND\weimingzhi_cp c4cef2e768 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41645 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-02-17 10:12:15 +00:00
SND\weimingzhi_cp 7cf18befaa git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41219 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-02-07 10:33:30 +00:00
SND\weimingzhi_cp 7d0f136239 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@32889 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2009-10-25 14:21:02 +00:00
SND\weimingzhi_cp 84717e9507 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23717 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2009-06-16 11:42:58 +00:00