Commit Graph

627 Commits

Author SHA1 Message Date
iCatButler b5a7387481 Add PGXP visual debug mode
Toggles using F11
Red = low precision
Blue = high precision
Yellow = Sprite
2016-05-10 21:34:27 +01:00
iCatButler 1a30cfb951 Integrate SonofUgly's overclocking mechanism
3f11d29f31

Integrated with a few small changes.
2016-05-08 13:34:45 +01:00
iCatButler ca61b53f6c More fixes for persective correct build
- Switch back to fixed point GTE
- Only clamp w to h/2 after divide
- Fix vertex function for multi-pass (was overwriting vertexon first pass)
2016-05-06 17:12:31 +01:00
iCatButler 4b706847d4 Ensure w is reset to 1.f to prevent stale values. 2016-05-03 17:02:53 +01:00
iCatButler 216c2ff3ae Fix bugs from previous
Fix stray triangles
- Switch to full floating point RTPS/RTPT
- Clamp w values to near plane

Fix texture corruption in 1.78, copy 2.4 Tweak
- Remove matrix replacement
- Add W component to vertices
- Wrap glVertex3fv calls
- Use counter to call glVertex4fv for PGXP vertices only
2016-05-02 15:01:27 +01:00
iCatButler 153c8eb499 Perspective correct texturing
- replace calls to glOrtho with new matrix (z value becomes w)
- store w value for each vertex
- if any vertex does not have a w value set whole polygon to 1.0
- Reset vertex between draw calls to prevent stale w values persisting

- validate PGXP values using stored copy of original (allow greater variance)
- properly convert addresses before passing to plugin
- rework memory to use a single pool with offsets

- Implement floating point RTPS/RTPT transform, currently disabled.
2016-04-27 12:18:13 +01:00
Robert Krawczyk f671d256e7 Added:
- per game memory card support (improved version)
 - save state pictures (F2)
 - Wipeout MemHack (improved version)

Fixed LTCG build and set as default.
2016-04-01 01:37:04 +02:00
iCatButler 3c0cd06add Revert "Son of Ugly's Wipeout patch"
Breaks Chrono Cross intro sequence camera.

This reverts commit f7f38c4b89.
2016-03-31 21:32:15 +01:00
iCatButler 0c06f5ebc6 Fix default definition of pgxpMemory call. 2016-03-30 15:57:24 +01:00
iCatButler f7f38c4b89 This Son of Ugly's Wipeout patch
from https://github.com/SonofUgly/PCSX-Reloaded via Solis
2016-03-30 15:56:46 +01:00
iCatButler 61a6f15af5 Prevent crash on negative length patch
From the pcsxrearmed project via Solis.
2016-03-30 15:23:42 +01:00
iCatButler 8b4350fee7 Bring up to date with PCSX-R master (97809) 2016-03-30 15:07:35 +01:00
iCatButler e3df273095 - Fix memory addresses as each mirrored address range is further mirrored 4 times... :(
- Catch 8bit reads/writes and invalidate registers and memory as needed
- Prevent reading over the end of stride and count arrays when decoding primitive commands
2016-03-28 13:01:50 +01:00
iCatButler b1f5a6ce4d - Move pgxp_gpu source files into correct folder.
- Trace 16 bit reads and writes, invalidate register or memory (fixes UI glitches)
2016-03-26 10:07:46 +00:00
iCatButler 7767ea4acb Initial upload of PGXP. 2016-03-25 16:25:15 +00:00
SND\edgbla_cp 8796116432 psxBios__card_status() (Solis);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93284 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2015-01-27 13:40:23 +00:00
SND\edgbla_cp 9a20fa0db8 ostr overflow (Cyrez);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91820 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-10-14 20:04:01 +00:00
SND\edgbla_cp 20b807f045 Small fixes. 11836 (Lioncash);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91276 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-08-22 17:49:03 +00:00
SND\edgbla_cp 7a2bc23c54 Small fixes. 11833, 11834 (Lioncash);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91261 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-08-19 19:53:47 +00:00
SND\ckain_cp 45979b6731 New config param HackFix which enables compatibility hacks on certain games and is disabled by default.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91052 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-07-24 04:06:57 +00:00
SND\ckain_cp d67ecf5d83 Loose 2352 value replaced with constant CD_FRAMESIZE_RAW
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91051 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-07-24 04:06:38 +00:00
SND\edgbla_cp 6f7514d70d hle bios memset fix (issue 11764);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90952 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-07-13 22:10:13 +00:00
SND\edgbla_cp 533e6a2bfd Patch 16583 (MaddTheSane);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90937 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-07-12 23:56:04 +00:00
SND\edgbla_cp 3576a692f6 cdriso: cbn/cbin detection fix;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90558 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-05-30 02:51:53 +00:00
SND\ckain_cp a9356b36c8 ecm lut fix: resident evil cut scenes now work.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90499 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-05-23 09:56:57 +00:00
SND\MaddTheSane_cp bc9abb12a5 OS X: Minor changes
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90493 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-05-22 04:24:14 +00:00
SND\weimingzhi_cp 0d9ec383e2 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90277 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2014-05-03 13:29:13 +00:00
SND\weimingzhi_cp be26aace69 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90226 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2014-05-02 08:15:34 +00:00
SND\weimingzhi_cp fc4dec6cd4 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90225 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2014-05-02 08:12:09 +00:00
SND\weimingzhi_cp 9d8bc4be8b psxbios: format()
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90224 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-05-02 08:11:00 +00:00
SND\weimingzhi_cp a6a7a00650 psxbios: firstfile() does NOT deliver event in real BIOS.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90195 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-04-30 17:13:39 +00:00
SND\ckain_cp 9a7b4084da GPU picture fix. This should be also easy to implement on others archs as well.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90038 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-04-17 21:26:36 +00:00
SND\ckain_cp b3f5eecbcd Big endian CDDA support. Uses Config.Cdda (previously bool). Now enum. Gtk 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
2014-04-16 18:04:29 +00:00
SND\ckain_cp e09dfb4e41 Enabled loading archive file from cue sheet & avcodec_frame_free deprecated.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89981 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-04-15 19:58:12 +00:00
SND\ckain_cp 9c5010fadc cdriso: warning dialog popup regarding tracks that could not be loaded from cue sheet.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89980 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-04-15 18:15:50 +00:00
SND\ckain_cp 4e3c59c6e2 ecm lut build fix - now games like Alundra should work also.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89873 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-04-10 18:37:31 +00:00
SND\ckain_cp f10367959d COTS & HLE BIOS & no memcard: enable password.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89839 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-04-09 20:45:05 +00:00
SND\edgbla_cp d9b54dd318 windows compilation fix;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89535 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-03-23 15:57:08 +00:00
SND\ckain_cp 9c1a5a9c31 MML speed fix.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89233 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-03-01 01:02:46 +00:00
SND\dario86_cp fb2006a065 - fixed region autodetection for some rare discs;
- 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
2014-02-26 19:59:12 +00:00
SND\ckain_cp fe4b4c0f56 Optimized SaveStateGz: Core i5 2520M: from ~45ms to less than 5ms call avg. 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
2014-02-16 09:50:38 +00: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\ckain_cp b7cde34703 CDRISO: when finding .sub, check if .img has two dot suffix. image.img.ecm > image.img.sub > image.sub
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88766 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-02-01 10:05:34 +00:00
SND\edgbla_cp 0849a1f756 misc.c fix;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88505 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-01-27 19:08:34 +00:00
SND\ckain_cp dff057c107 Fixed Win32 build (shm).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88501 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-01-27 17:41:39 +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\ckain_cp 80aaea2384 Experimental: more in-place hack to fix PE2 startup issue and would obsolete explicit RCntFix hack.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88008 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-11-28 16:23:35 +00:00
SND\ckain_cp bfc8e12c52 Added option to not have memory card plugged. Chronicles of the Sword password screen can now be accessed.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88004 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-11-28 11:34:19 +00:00
SND\ckain_cp 5ba533776f Added MCD directory read bit to SIO which is used to detect memory card plug 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
2013-11-28 08:57:17 +00:00
SND\ckain_cp 7c7fd64d9b EXPERIMENTAL: handle GPU DATA 1F command which should be GPU IRQ request. 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
2013-11-14 15:06:02 +00:00
SND\ckain_cp 40ed135b60 CDRISO: Limit compressed CDDA support to multifile CUEs only & ECM LUT fix.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87647 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-10-24 09:39:23 +00:00
SND\edgbla_cp 2736b6de18 .
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87392 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-10-09 23:02:53 +00:00
SND\edgbla_cp 0d1bc99a99 * GTE;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87357 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-10-06 16:51:35 +00:00
SND\ckain_cp 2ee144472e Fix Toshinden Subaru with a hack for now. Seems that xa.c needs some further debugging.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87349 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-10-02 16:19:04 +00:00
SND\ckain_cp 4917b2a1a1 Vampire Hunter D title screen hack revisited. Fixes Tomb Raider II opaque water effect.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87330 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-09-27 13:45:20 +00:00
SND\ckain_cp f2761d7523 Changed DMA4 burst transfer factor from 1/3 to 1/2. Fixes Harry Potter and the Philosopher's Stone
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87306 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-09-24 12:36:24 +00:00
SND\ckain_cp 547572eb50 ECM file support: fixed seeking errors that some games were causing.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87272 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-09-23 14:09:25 +00:00
SND\edgbla_cp 481101a05a compilation errors was fixed (cdriso);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87207 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-09-16 10:45:36 +00:00
SND\ckain_cp 35447c717d ECM file support: mature enough so it can be now integrated with other platforms aswell.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87188 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-09-16 09:54:43 +00:00
SND\ckain_cp 81e570aede ECM file support: fixed handling inside CUE and with CDDA tracks.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87153 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-09-13 11:59:06 +00:00
SND\ckain_cp 59132f7e4e Experimental on-fly decoding of ECM file format. For now compiles also with --enable-ccdda
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87140 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-09-12 15:51:34 +00:00
SND\edgbla_cp 74144a9957 small fix (windows);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87093 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-09-06 09:05:16 +00:00
SND\ckain_cp b3c5f838b4 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@87080 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-09-05 07:41:56 +00:00
SND\edgbla_cp 6f5120b6e1 CPU -> Save window position (windows);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86958 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-08-27 17:07:20 +00:00
SND\edgbla_cp 3dcc06e139 all_extension_cht, dot_extension_cht, tla_extension_cht fix;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86943 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-08-26 20:42:35 +00:00
SND\MaddTheSane_cp d52c7e8122 Changing the *_extension_cht to macros. This quiets a warning in OS X.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86933 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-08-26 18:37:25 +00:00
SND\MaddTheSane_cp 321d586565 Use __private_extern__ on OS X's localization functions.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86932 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-08-26 18:22:36 +00:00
SND\edgbla_cp bb76f2cc84 CdromId fix;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86908 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-08-25 21:01:20 +00:00
SND\ckain_cp 7419d226fe GTK: autoload cheats from default path and filename, e.g. /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
2013-07-31 15:17:44 +00:00
SND\MaddTheSane_cp fd6e2e2b6c Fix some minor warnings on SysPrintf and SysMessage use in libpcsxcore.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85929 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-07-09 06:19:35 +00:00
SND\ckain_cp f16c114458 PSXCPU_LOG for dynarec64 (dumped only compile). Dump log only if PSXCPU_LOG 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
2013-06-07 10:35:59 +00:00
SND\ckain_cp e9b40f5fc9 Dynarec64: fixed CART World Series freeze. Issue #10846.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84871 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-05-22 20:48:04 +00:00
SND\ckain_cp 613739424f Win32: CDR plugin is not mandatory to have since there is build-in ISO support.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84773 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-05-17 14:20:21 +00:00
SND\notaz_cp 91e7cfa473 cdriso: handle no disk state better
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83609 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-14 23:58:35 +00:00
SND\notaz_cp 4b53e6956e cdrom: stopping read should stop seek too
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83457 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-11 23:36:16 +00:00
SND\notaz_cp f95ebb9d83 cdrom: use single read/play cursor, handle cdlRead for cdda
cdlRead on cdda tested on real hardware

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83456 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-11 23:36:10 +00:00
SND\notaz_cp 2cf09c4ba8 cdrom: pause doesn't start read
please don't commit untested code like this, or at least add a comment..

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83455 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-11 23:36:02 +00:00
SND\notaz_cp 71ed553990 psxmem: handle io mirrors
tested on real hardware (ignoring missing fault emulation)
fixes Star Wars - Episode I

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83441 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-11 03:27:15 +00:00
SND\ckain_cp d0c76b09e9 mem2vram: delay based on BS size. Fixes X-Files videos. Seems not break other videos or games.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83403 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-06 17:49:50 +00:00
SND\ckain_cp 7b6f0ceec2 PSXBIOS_LOG and printf, puts, putchar: prettier output to the log.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83324 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-04 18:35:12 +00:00
SND\ckain_cp f13964f607 Assignment not comparison.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83315 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-03 20:01:41 +00:00
SND\MaddTheSane_cp f9a250d60e Make OS X's localization implementation functions match the signature of gettext.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83305 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-03 00:15:09 +00:00
SND\ckain_cp 585bb1ecb4 Dynarec(x64): recompile instructions on FlushCache BIOS call - Fixes XG memcard access. Also added psxJumpText() for easier debugging.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83304 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-02 21:39:52 +00:00
SND\edgbla_cp 32c1c8487e CPU -> Hide cursor. (Windows);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83295 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-01 23:44:31 +00:00
SND\edgbla_cp 707443684f link cable plugin for Windows;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83125 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-24 21:38:24 +00:00
SND\edgbla_cp cd8a6db7e6 .
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83090 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-22 07:14:27 +00:00
SND\ckain_cp e75205e3a3 SaveState -> check returned SPU size.
GtkGui.c -> use GTK_WIDGET macro.


git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83029 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-20 08:56:04 +00:00
SND\ckain_cp 9cadb0bf0f Invalidate ICache when loading files from CDROM. Both CPU implementations now run main menu of Casper & X-Files.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82966 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-17 19:27:27 +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\ckain_cp 7ef3daa6c3 CPU_LOG define doesn't exist. Changed to more appropiate PSXDMA_LOG.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82919 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-15 17:21:19 +00:00
SND\edgbla_cp f1d5f92e6b ...
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82903 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-14 22:44:17 +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 111ada78b7 sio;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-14 19:18:22 +00:00
SND\edgbla_cp 1b05b0e973 windows gte fix; :/
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82894 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-14 18:04:00 +00:00
SND\edgbla_cp 37b27b972f Revert MKT fix, breaks Twisted Metal 2;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82886 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-14 15:53:19 +00:00
SND\edgbla_cp a877aafaf6 Lode Runner x86_64 recompiler fix;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82884 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-14 15:47:34 +00:00
SND\ckain_cp e8665227b5 Only do 0x401 when BCR = 0. Should prevent graphic glitches introduced by Vampire Hunter D fix.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82876 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-13 20:21:22 +00:00
SND\edgbla_cp 12b5ee6c45 * Revert old DmaExec;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82871 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-13 19:16:42 +00:00