Commit Graph

60 Commits

Author SHA1 Message Date
Stelios Tsampas e11f002bf9 * Fix file and folder permissions 2018-03-19 11:47:21 +02:00
Stelios Tsampas dcf718bdd9 * Revert parts of the per game memory card patch.
The previous implementation was doing file paths manipulation deep inside sio.c, and it
  was hardcoding windows style paths. This was breaking on linux in more than one ways and
  it is incompatible with the dynamic apppath handling from codeplex branch. Moreover,
  SaveMcd and LoadMcd functions already take memory card file paths as arguments,
  making any such logic redundant.

  This patch rewrites the global Config.Mcd# variables during game startup, which makes it
  more compatible across all platforms. It also has the added benefit that it doesn't update
  the configuration file with the each game's memory cards, i.e. at PCSXR startup the default
  memory cards will be loaded.
2017-07-30 17:18:07 +03: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 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
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 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\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 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\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 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 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\MaddTheSane_cp 6cbbe95925 Fixing an off-by-one error reported by Clang in Xcode 4.6.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82586 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-29 17:46:55 +00:00
SND\edgbla_cp f4bdd6ba7c Patch 13685 (ckain);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82548 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-27 21:36:21 +00:00
SND\notaz_cp dfedf538ea psxbios: handle u modifier
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82379 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-19 00:35:05 +00:00
SND\edgbla_cp 065ccce6e9 Unix style EOL (thanks to darktjm);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81299 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2012-11-18 18:15:59 +00:00
SND\dario86_cp 79c267cda7 Updated Free Software Foundation address (Jem256).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2012-02-19 02:15:18 +00:00
SND\weimingzhi_cp 379a8879f7 Temporarily reverted r64524 until I (or someone else) find the time to sort out the stuff.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64536 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-03-13 08:26:16 +00:00
SND\dario86_cp a58cfdac40 Commited patch in issue #8171 (by darktjm).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-03-12 18:54:28 +00:00
SND\weimingzhi_cp a2ef180359 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62188 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2011-01-19 07:15:49 +00:00
SND\weimingzhi_cp 11504d854a notaz:
- fix firstfile() return value - it should only return dir when finds a match, and bufile macro already does that. (Patch #8118).
- firstfile delivers an event on real bios, so do that (Patch #8119).
- implement psxBios__card_chan (Patch #8120).

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62183 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-01-19 03:59:33 +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\shalma_cp f90c726e01 BIOS: cache flushing
- Only affects interpreter


git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57733 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-09-26 13:36:54 +00:00
SND\weimingzhi_cp 306902a14b git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53626 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-06-26 01:01:05 +00:00
SND\weimingzhi_cp 6aa1a8e807 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53080 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-06-21 02:47:18 +00:00
SND\weimingzhi_cp b0063e567d changed cdrom timing value so that it behaves the same as older revisions.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50743 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-06-03 00:41:00 +00:00
SND\weimingzhi_cp 7c6cda7470 use %x instead of %lx.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50501 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-06-02 01:21:50 +00:00
SND\weimingzhi_cp 46e3aa9f46 use zlib to compress the font.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50108 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-05-31 08:01:32 +00:00
SND\weimingzhi_cp 3bf83ea190 Implemented Krom2RawAdd().
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50101 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-05-31 06:19:13 +00:00
SND\weimingzhi_cp 8691e42663 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49897 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-05-30 06:23:18 +00:00
SND\weimingzhi_cp e5119ae370 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49879 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-05-30 03:17:20 +00:00
SND\weimingzhi_cp bf456c2072 HLE BIOS: Fixed memcpy(), create new stack for interrupt handlers.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49873 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-05-30 01:51:03 +00:00
SND\weimingzhi_cp e34b999f66 implemented more HLE BIOS functions without standard C library calls.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49695 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-05-29 00:55:37 +00:00
SND\weimingzhi_cp ee905e2a8a implemented more functions by hand (qsort() is not tested).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49477 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-05-28 07:29:36 +00:00
SND\weimingzhi_cp aae941b3a5 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48650 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-05-24 05:50:36 +00:00
SND\weimingzhi_cp 350b20806f git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48649 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-05-24 05:46:35 +00:00
SND\weimingzhi_cp c6f76d5ab3 implemented more HLE BIOS functions by hand, RNG should behave exactly the same as real BIOS now.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48648 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-05-24 05:41:34 +00:00
SND\weimingzhi_cp 2030af5d17 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48429 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-05-21 05:14:52 +00:00
SND\weimingzhi_cp f0684f680a implemented several hle bios funcs in core instead of calling standard C library funcs (Not done yet).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48428 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-05-21 04:27:21 +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 f8420db1aa Fixed crash when launching another game if netplay plugin is selected but not used during the previously running game.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48030 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-05-14 09:29:16 +00:00
SND\weimingzhi_cp 18d68b10f6 windows fix
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47755 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2010-05-10 07:27:06 +00:00
SND\weimingzhi_cp 3adece8b48 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@46936 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2010-04-30 05:23:07 +00:00
SND\weimingzhi_cp 3007d8a75d git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38813 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2009-12-04 15:00:27 +00:00
SND\weimingzhi_cp 36abf09180 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38811 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2009-12-04 14:31:00 +00:00