<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/pcsxr/gui/Linux.h, branch sio</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/pcsxr/atom?h=sio</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/pcsxr/atom?h=sio'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/'/>
<updated>2025-11-15T23:36:51+00:00</updated>
<entry>
<title>WIP TCP/SIO</title>
<updated>2025-11-15T23:36:51+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-11-15T23:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=788fb20656c8450a3f2da8b3f8b1905242103193'/>
<id>urn:sha1:788fb20656c8450a3f2da8b3f8b1905242103193</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Fix file and folder permissions</title>
<updated>2018-03-19T09:47:21+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2018-02-01T06:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=e11f002bf9a66a7cb01bba16a226dbe85b5c3c4a'/>
<id>urn:sha1:e11f002bf9a66a7cb01bba16a226dbe85b5c3c4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Revert parts of the per game memory card patch.</title>
<updated>2017-07-30T14:18:07+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2017-07-30T10:57:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=dcf718bdd96c3bbe27e18200f6384cd43c95c111'/>
<id>urn:sha1:dcf718bdd96c3bbe27e18200f6384cd43c95c111</id>
<content type='text'>
  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.
</content>
</entry>
<entry>
<title>Bring up to date with PCSX-R master (97809)</title>
<updated>2016-03-30T14:07:35+00:00</updated>
<author>
<name>iCatButler</name>
<email>i.am.catbutler@gmail.com</email>
</author>
<published>2016-03-30T14:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=8b4350fee747708ffd376744ef5dc1e239a87ba6'/>
<id>urn:sha1:8b4350fee747708ffd376744ef5dc1e239a87ba6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gtk: UpdateMenuSlots() returns recent save slot -&gt; load most recent save state with just -load switch when no number parameter.</title>
<updated>2014-03-17T20:56:45+00:00</updated>
<author>
<name>SND\ckain_cp</name>
<email>SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-03-17T20:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=19a65e820e4f1029c9a2273c32e605c77e71550a'/>
<id>urn:sha1:19a65e820e4f1029c9a2273c32e605c77e71550a</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89458 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>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)</title>
<updated>2014-02-04T10:15:07+00:00</updated>
<author>
<name>SND\ckain_cp</name>
<email>SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-02-04T10:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=10b7afe174672aded1c96f200722050df5638523'/>
<id>urn:sha1:10b7afe174672aded1c96f200722050df5638523</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88837 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>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 -&gt; uses less than 1G of memory</title>
<updated>2014-01-24T13:59:46+00:00</updated>
<author>
<name>SND\ckain_cp</name>
<email>SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-01-24T13:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=e1108dba69ad14fed7bc64f996ea09342c900a81'/>
<id>urn:sha1:e1108dba69ad14fed7bc64f996ea09342c900a81</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88433 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>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.</title>
<updated>2013-07-31T15:17:44+00:00</updated>
<author>
<name>SND\ckain_cp</name>
<email>SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2013-07-31T15:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=7419d226fe6f60a0e8cc850ba646b9388b7c1763'/>
<id>urn:sha1:7419d226fe6f60a0e8cc850ba646b9388b7c1763</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86327 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>Unix style EOL (thanks to darktjm);</title>
<updated>2012-11-18T18:15:59+00:00</updated>
<author>
<name>SND\edgbla_cp</name>
<email>SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2012-11-18T18:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=065ccce6e919353d1e746057521e8e317b9acf12'/>
<id>urn:sha1:065ccce6e919353d1e746057521e8e317b9acf12</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81299 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
<entry>
<title>Updated Free Software Foundation address (Jem256).</title>
<updated>2012-02-19T02:15:18+00:00</updated>
<author>
<name>SND\dario86_cp</name>
<email>SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2012-02-19T02:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=79c267cda79b52cff2ce83397af87aac64d049d7'/>
<id>urn:sha1:79c267cda79b52cff2ce83397af87aac64d049d7</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
</feed>
