<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/core/hle/service/friend, 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>service: friend: Add GetFriendCount, GetNewlyFriendCount, GetReceivedFriendRequestCount, GetPlayHistoryStatistics, GetReceivedFriendInvitationCountCache for QLaunch</title>
<updated>2024-02-24T00:58:51+00:00</updated>
<author>
<name>Narr the Reg</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2024-02-23T18:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=c48c182fe0bcbbcde273517956675dc1e0f125c9'/>
<id>c48c182fe0bcbbcde273517956675dc1e0f125c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in src/core (#12625)</title>
<updated>2024-01-08T19:31:48+00:00</updated>
<author>
<name>Viktor Szépe</name>
<email>viktor@szepe.net</email>
</author>
<published>2024-01-08T19:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=f12446167491b3e691f6a93a01cad3bd9e54d105'/>
<id>f12446167491b3e691f6a93a01cad3bd9e54d105</id>
<content type='text'>
* Fix typos in src/core

* Fix typo correction

* Fix indentation of MemoryStateNames

* Fix indent</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix typos in src/core

* Fix typo correction

* Fix indentation of MemoryStateNames

* Fix indent</pre>
</div>
</content>
</entry>
<entry>
<title>Stub CheckBlockedUserListAvailability</title>
<updated>2023-11-20T17:57:58+00:00</updated>
<author>
<name>daisymlleung</name>
<email>151548046+daisymlleung@users.noreply.github.com</email>
</author>
<published>2023-11-20T17:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=0216aa55b4137ad1755faa4c9d1d6bd2ca326453'/>
<id>0216aa55b4137ad1755faa4c9d1d6bd2ca326453</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hle: rename legacy errors to Results</title>
<updated>2023-03-07T01:58:42+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-03-07T00:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=1d0fe75e7cca27d79006654dcc56c44cb4096d3a'/>
<id>1d0fe75e7cca27d79006654dcc56c44cb4096d3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service: move hle_ipc from kernel</title>
<updated>2023-03-01T15:39:49+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-02-19T19:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=65be230fdda302b25447f2f09b06e3238bd09e79'/>
<id>65be230fdda302b25447f2f09b06e3238bd09e79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>a9369726147c7499e0016e183d5d56a7b44efe4b</id>
<content type='text'>
Converts services to have their own processes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Converts services to have their own processes
</pre>
</div>
</content>
</entry>
<entry>
<title>IFriendService: stub CheckFriendListAvailability</title>
<updated>2022-10-08T02:19:41+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-10-08T02:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=ddf64e56af2307bd505f2ad375c31d76072183ff'/>
<id>ddf64e56af2307bd505f2ad375c31d76072183ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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>a7d9be13840acd65d0d684666390758ede72c826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>general: Rename NewUUID to UUID, and remove the previous UUID impl</title>
<updated>2022-02-05T18:56:21+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2022-02-05T17:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=25db62ce1534cbd8b93b4284869229e4bd7de54d'/>
<id>25db62ce1534cbd8b93b4284869229e4bd7de54d</id>
<content type='text'>
This completes the removal of the old UUID implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This completes the removal of the old UUID implementation.
</pre>
</div>
</content>
</entry>
</feed>
