<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/citra_qt/bootmanager.hxx, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<entry>
<title>citra-qt: Renamed all .hxx headers to .h</title>
<updated>2015-01-06T12:51:54+00:00</updated>
<author>
<name>chrisvj</name>
<email>chrisvanderjagt@gmail.com</email>
</author>
<published>2015-01-03T23:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=b0a14cfe7f0075d0758371276b7f6384856aa6ff'/>
<id>b0a14cfe7f0075d0758371276b7f6384856aa6ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>citra-qt: Added license headers to files.</title>
<updated>2015-01-04T17:36:57+00:00</updated>
<author>
<name>chrisvj</name>
<email>chrisvanderjagt@gmail.com</email>
</author>
<published>2015-01-04T17:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=6dfcf2271b1ae0f6ea42994ac80d2df47e83e759'/>
<id>6dfcf2271b1ae0f6ea42994ac80d2df47e83e759</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated</title>
<updated>2014-11-19T09:03:07+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2014-11-19T08:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=f5d38649c7ad6fedf9db95044e3ad91ce393b8df'/>
<id>f5d38649c7ad6fedf9db95044e3ad91ce393b8df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>EmuWindow: Add support for specifying minimal client area sizes.</title>
<updated>2014-11-18T12:09:01+00:00</updated>
<author>
<name>Tony Wasserka</name>
<email>NeoBrainX@gmail.com</email>
</author>
<published>2014-10-12T20:46:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=722ce2258949c5edf81c946faedfd040efeb38a6'/>
<id>722ce2258949c5edf81c946faedfd040efeb38a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup EmuWindow interface and implementations thereof.</title>
<updated>2014-11-18T12:09:01+00:00</updated>
<author>
<name>Tony Wasserka</name>
<email>NeoBrainX@gmail.com</email>
</author>
<published>2014-10-12T16:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=bd8f491e4c08e9b9a7b852de0b50c144da8ac8c8'/>
<id>bd8f491e4c08e9b9a7b852de0b50c144da8ac8c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Viewport scaling and display density independence</title>
<updated>2014-11-18T12:06:05+00:00</updated>
<author>
<name>Kevin Hartman</name>
<email>kevin@hart.mn</email>
</author>
<published>2014-08-30T05:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=221a9b023d8c9ca55c093823e9efd6d13d0a54a2'/>
<id>221a9b023d8c9ca55c093823e9efd6d13d0a54a2</id>
<content type='text'>
The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window.
On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window.
On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `override` keyword through the code.</title>
<updated>2014-10-26T18:18:05+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2014-10-26T04:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=d72708c1f58225f50c5ddecbd6f51580a2d9690b'/>
<id>d72708c1f58225f50c5ddecbd6f51580a2d9690b</id>
<content type='text'>
This was automated using `clang-modernize`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was automated using `clang-modernize`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added configuration file system.</title>
<updated>2014-10-07T22:09:37+00:00</updated>
<author>
<name>archshift</name>
<email>admin@archshift.com</email>
</author>
<published>2014-09-13T00:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=e6594f9f53df456db42ab2091a7b1397070ff9c8'/>
<id>e6594f9f53df456db42ab2091a7b1397070ff9c8</id>
<content type='text'>
Uses QSettings on citra-qt, and inih on citra-cli.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uses QSettings on citra-qt, and inih on citra-cli.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for multiple input device types for KeyMap and connected Qt.</title>
<updated>2014-09-12T08:15:14+00:00</updated>
<author>
<name>Kevin Hartman</name>
<email>kevin@hart.mn</email>
</author>
<published>2014-09-09T04:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=02fd19b2f60f4db8a683734e4300d7498c861309'/>
<id>02fd19b2f60f4db8a683734e4300d7498c861309</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass format to the QGLWidget and use atomic instead of mutex.</title>
<updated>2014-08-24T17:42:52+00:00</updated>
<author>
<name>Sacha</name>
<email>xsacha@gmail.com</email>
</author>
<published>2014-08-24T17:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=1b1205cf739d0913dd474779245fd59dccbf2fcf'/>
<id>1b1205cf739d0913dd474779245fd59dccbf2fcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
