<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/core/hle/service/cam, 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>hle: Remove a large amount of 3ds-specific service code.</title>
<updated>2017-10-10T21:32:14+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2017-10-10T21:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=0906de9a14b735d1d409290ca050eb7d2c2d3d84'/>
<id>0906de9a14b735d1d409290ca050eb7d2c2d3d84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed type conversion ambiguity</title>
<updated>2017-09-30T08:34:35+00:00</updated>
<author>
<name>Huw Pascoe</name>
<email>huw.pascoe@gmail.com</email>
</author>
<published>2017-09-26T23:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=a13ab958cbba75bc9abd1ca50f3030a10a75784e'/>
<id>a13ab958cbba75bc9abd1ca50f3030a10a75784e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ResultVal: Remove MoveFrom()</title>
<updated>2017-06-19T02:03:15+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2017-06-19T02:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=723dc644faa6e29250d1b7fa914dfb7c75d8aec5'/>
<id>723dc644faa6e29250d1b7fa914dfb7c75d8aec5</id>
<content type='text'>
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in
case you already have an rvalue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in
case you already have an rvalue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Service: Remove unnecessary includes from service.h</title>
<updated>2017-06-06T09:57:23+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2017-06-06T08:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=d96a9e0c11d653a88bfee53e7ff11c4ba7a159a7'/>
<id>d96a9e0c11d653a88bfee53e7ff11c4ba7a159a7</id>
<content type='text'>
This has a huge fallout in terms of needing to fix other files because
all service implementations included that file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has a huge fallout in terms of needing to fix other files because
all service implementations included that file.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup!cam: use IPCHelper</title>
<updated>2017-05-27T18:30:07+00:00</updated>
<author>
<name>wwylele</name>
<email>wwylele@gmail.com</email>
</author>
<published>2017-05-25T13:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=857510a7c084daa337c6e4a1d8a8eafc06253197'/>
<id>857510a7c084daa337c6e4a1d8a8eafc06253197</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cam: move u32-&gt;u8 trancation to IPCHelper</title>
<updated>2017-05-24T09:50:19+00:00</updated>
<author>
<name>wwylele</name>
<email>wwylele@gmail.com</email>
</author>
<published>2017-05-24T09:50:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=8cd9522526de290865094c7ff102db8e2872b471'/>
<id>8cd9522526de290865094c7ff102db8e2872b471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cam: use IPCHelper</title>
<updated>2017-05-24T09:45:36+00:00</updated>
<author>
<name>wwylele</name>
<email>wwylele@gmail.com</email>
</author>
<published>2017-05-24T09:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=924292f2cc7f7f766fdaa8d7d35bfe752b3f4bd1'/>
<id>924292f2cc7f7f766fdaa8d7d35bfe752b3f4bd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doxygen: Amend minor issues (#2593)</title>
<updated>2017-02-27T01:58:51+00:00</updated>
<author>
<name>Mat M</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2017-02-27T01:58:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=0cb52ee74a8255eb0320c882bc9e70700317d16a'/>
<id>0cb52ee74a8255eb0320c882bc9e70700317d16a</id>
<content type='text'>
Corrects a few issues with regards to Doxygen documentation, for example:

- Incorrect parameter referencing.
- Missing @param tags.
- Typos in @param tags.

and a few minor other issues.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Corrects a few issues with regards to Doxygen documentation, for example:

- Incorrect parameter referencing.
- Missing @param tags.
- Typos in @param tags.

and a few minor other issues.</pre>
</div>
</content>
</entry>
<entry>
<title>CAM: implement basic camera functions with a blank camera</title>
<updated>2017-01-11T09:46:44+00:00</updated>
<author>
<name>wwylele</name>
<email>wwylele@gmail.com</email>
</author>
<published>2016-12-21T18:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=cf3a272332b03640730d1434e9802e166ca931da'/>
<id>cf3a272332b03640730d1434e9802e166ca931da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use negative priorities to avoid special-casing the self-include</title>
<updated>2016-09-21T07:15:56+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2016-09-21T06:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=84fbbe26297652d994d203bde543ec252c2d801a'/>
<id>84fbbe26297652d994d203bde543ec252c2d801a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
