<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/pcsxr/plugins/dfcdrom, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/pcsxr/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/pcsxr/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/'/>
<updated>2018-03-19T09:47:21+00:00</updated>
<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>* CMake messages</title>
<updated>2018-03-19T09:47:21+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2018-01-18T01:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=692119c547351b291e197c4716d387302cfcd864'/>
<id>urn:sha1:692119c547351b291e197c4716d387302cfcd864</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Remove autotools build system.</title>
<updated>2018-01-12T19:52:44+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2018-01-12T09:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=128d6afb179756513860187cf5e31d84d6d8cac4'/>
<id>urn:sha1:128d6afb179756513860187cf5e31d84d6d8cac4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Add gnu99 compiler directive, make build compatible with earlier automake versions</title>
<updated>2018-01-11T13:36:48+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2017-10-09T19:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=b7e47230b4f50e964ff236075403357a9fd0fff4'/>
<id>urn:sha1:b7e47230b4f50e964ff236075403357a9fd0fff4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Fix CMake to include PGXP sources. Import updated translations.</title>
<updated>2017-07-31T14:09:40+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2017-07-31T14:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=a93c5c542042b582f2da765aa386772dc8437f01'/>
<id>urn:sha1:a93c5c542042b582f2da765aa386772dc8437f01</id>
<content type='text'>
    Includes some small fixes on CMake, such as prettier status messages,
    host and target arch detection (taken from PCSX2), and various other
    small errors.
</content>
</entry>
<entry>
<title>* Import CMake build system from codeplex</title>
<updated>2017-07-31T13:15:15+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2017-07-31T13:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=3912ad309e60ca9e97a72baa9a2e651c6a5ab198'/>
<id>urn:sha1:3912ad309e60ca9e97a72baa9a2e651c6a5ab198</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Sync with codeplex branch (libpcsxcore, linux gui)</title>
<updated>2017-07-31T09:48:37+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2017-07-31T09:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=01f49908879197b1715483321a9490dd71c8874b'/>
<id>urn:sha1:01f49908879197b1715483321a9490dd71c8874b</id>
<content type='text'>
    This commit reflects mostly changes that happened in upstream since the last sync.
    Commit messages in upstream are lacking information. Most important changes are
    commented below, the rest of them are either formating or just trivial stuff.

    Memory viewer, invalidate dynarec
        gui/DebugMemory.c
        libpcsxcore/cdrom.c
        libpcsxcore/gpu.c
        libpcsxcore/misc.c
        libpcsxcore/psxdma.c

    Load binary files and psx executables
        libpcsxcore/misc.c
        libpcsxcore/misc.h
        libpcsxcore/plugin.c
        libpcsxcore/plugin.h

    Support for psxida
        libpcsxcore/debug.c
        libpcsxcore/r3000a.c
        plugins/bladesio1/connection.c

    disable loading save states with digits
        gui/Plugin.c

    Fix psxDIV in interpreter
        libpcsxcore/psxinterpreter.c
</content>
</entry>
<entry>
<title>* Add configuration UI for PGXP.</title>
<updated>2017-07-17T20:22:35+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2017-07-17T20:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=f48b5b2ac35ee69db0c0ffd3f411ffc21b7d5789'/>
<id>urn:sha1:f48b5b2ac35ee69db0c0ffd3f411ffc21b7d5789</id>
<content type='text'>
* Clean generated files with `make clean`
</content>
</entry>
<entry>
<title>* Bring pluing Linux(gtk) interfaces up to date.</title>
<updated>2017-07-17T14:32:35+00:00</updated>
<author>
<name>Stelios Tsampas</name>
<email>loathingkernel@gmail.com</email>
</author>
<published>2017-07-17T14:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=a96eefdf0f10a9a051e65f6e88a24dc3abe40fc5'/>
<id>urn:sha1:a96eefdf0f10a9a051e65f6e88a24dc3abe40fc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>plug-ins: Quiet some 64-bit to 32-bit warnings on 64-bit OSes, specifically OS X.</title>
<updated>2014-10-07T16:44:42+00:00</updated>
<author>
<name>SND\MaddTheSane_cp</name>
<email>SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97</email>
</author>
<published>2014-10-07T16:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/pcsxr/commit/?id=c73ee1b920933964373d1ea3df89251a870fca74'/>
<id>urn:sha1:c73ee1b920933964373d1ea3df89251a870fca74</id>
<content type='text'>
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91796 e17a0e51-4ae3-4d35-97c3-1a29b211df97
</content>
</entry>
</feed>
