<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/core/hle/service/nfp/nfp.h, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<id>https://git.benis.co.uk/yuzu-mainline/atom?h=master</id>
<link rel='self' href='https://git.benis.co.uk/yuzu-mainline/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<updated>2023-02-21T17:19:25+00:00</updated>
<entry>
<title>service: refactor server architecture</title>
<updated>2023-02-21T17:19:25+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-02-18T21:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=a9369726147c7499e0016e183d5d56a7b44efe4b'/>
<id>urn:sha1:a9369726147c7499e0016e183d5d56a7b44efe4b</id>
<content type='text'>
Converts services to have their own processes
</content>
</entry>
<entry>
<title>service: nfp: Rewrite and implement applet calls</title>
<updated>2022-10-02T17:32:26+00:00</updated>
<author>
<name>german77</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2022-09-25T02:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=afea5c163fd2bd4b99753f6780c256c7280052a8'/>
<id>urn:sha1:afea5c163fd2bd4b99753f6780c256c7280052a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: nfp: Correct date and amiibo name</title>
<updated>2022-09-07T06:04:00+00:00</updated>
<author>
<name>Narr the Reg</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2022-08-31T00:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=caa138b33f6bbc18cde4d403017dad6bd4387e13'/>
<id>urn:sha1:caa138b33f6bbc18cde4d403017dad6bd4387e13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes</title>
<updated>2022-09-07T06:04:00+00:00</updated>
<author>
<name>Narr the Reg</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2022-08-30T05:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=19a4e12e6ea6c3d06ee227f3ef1a6cbf93850f6e'/>
<id>urn:sha1:19a4e12e6ea6c3d06ee227f3ef1a6cbf93850f6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: nfp: Implement amiibo encryption</title>
<updated>2022-09-07T06:04:00+00:00</updated>
<author>
<name>german77</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2022-02-13T17:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=848f69eb19ddeffd6e2879108eb2604ec390a14e'/>
<id>urn:sha1:848f69eb19ddeffd6e2879108eb2604ec390a14e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: Replace all instances of ResultCode with Result</title>
<updated>2022-06-27T01:21:37+00:00</updated>
<author>
<name>german77</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2022-06-26T03:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=a7d9be13840acd65d0d684666390758ede72c826'/>
<id>urn:sha1:a7d9be13840acd65d0d684666390758ede72c826</id>
<content type='text'>
</content>
</entry>
<entry>
<title>general: Convert source file copyright comments over to SPDX</title>
<updated>2022-04-23T09:55:32+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2022-04-23T08:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=99ceb03a1cfcf35968cab589ea188a8c406cda52'/>
<id>urn:sha1:99ceb03a1cfcf35968cab589ea188a8c406cda52</id>
<content type='text'>
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
</content>
</entry>
<entry>
<title>service: Move mii enums and structs into its own file</title>
<updated>2022-03-22T03:57:31+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2022-03-17T07:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582'/>
<id>urn:sha1:aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582</id>
<content type='text'>
Moves these into types.h, since other files also make use of these types.
</content>
</entry>
<entry>
<title>nfp: Allow files without password data</title>
<updated>2022-02-13T19:52:34+00:00</updated>
<author>
<name>german77</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2022-02-13T17:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=b57d61010f347e74875f0c8a1003b4f84fa7b062'/>
<id>urn:sha1:b57d61010f347e74875f0c8a1003b4f84fa7b062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nfp: Separate nfc tag from amiibo data</title>
<updated>2022-02-10T16:58:37+00:00</updated>
<author>
<name>Narr the Reg</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2022-02-10T16:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=6a1ad031530f506a1bc789c42d639dc11ce4f2ea'/>
<id>urn:sha1:6a1ad031530f506a1bc789c42d639dc11ce4f2ea</id>
<content type='text'>
</content>
</entry>
</feed>
