<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/core/hle/service/grc, 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: 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>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>service: Resolve cases of member field shadowing</title>
<updated>2021-05-04T08:38:38+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2021-05-04T08:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=9e726a9250033f5c8fbddd917c7779b808d99705'/>
<id>9e726a9250033f5c8fbddd917c7779b808d99705</id>
<content type='text'>
Now all that remains is for kernel code to be 'shadow-free' and then
-Wshadow can be turned into an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now all that remains is for kernel code to be 'shadow-free' and then
-Wshadow can be turned into an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>service: Eliminate usages of the global system instance</title>
<updated>2020-11-27T01:03:11+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2020-11-26T20:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=1a954b2a596fdfd4fc4b5feb9b43c8147de4cc7f'/>
<id>1a954b2a596fdfd4fc4b5feb9b43c8147de4cc7f</id>
<content type='text'>
Completely removes all usages of the global system instance within the
services code by passing in the using system instance to the services.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Completely removes all usages of the global system instance within the
services code by passing in the using system instance to the services.
</pre>
</div>
</content>
</entry>
<entry>
<title>Oops (fix typo)</title>
<updated>2020-06-27T10:45:42+00:00</updated>
<author>
<name>VolcaEM</name>
<email>63682805+VolcaEM@users.noreply.github.com</email>
</author>
<published>2020-06-27T10:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=a8d17adb7c4a6caed17b2204a6090ffb0f062f63'/>
<id>a8d17adb7c4a6caed17b2204a6090ffb0f062f63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>grc: Update function table</title>
<updated>2020-06-27T10:41:21+00:00</updated>
<author>
<name>VolcaEM</name>
<email>63682805+VolcaEM@users.noreply.github.com</email>
</author>
<published>2020-06-27T10:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=64fa9b9f57a05914aa8ce4bd51f645ed772aecda'/>
<id>64fa9b9f57a05914aa8ce4bd51f645ed772aecda</id>
<content type='text'>
This was based on Switchbrew page: https://switchbrew.org/wiki/GRC_services</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was based on Switchbrew page: https://switchbrew.org/wiki/GRC_services</pre>
</div>
</content>
</entry>
<entry>
<title>service: Add the grc:c service</title>
<updated>2018-07-26T13:53:58+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2018-07-26T13:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=b28af1f6c9d66cdbfbd0982f3de5aabac94cf660'/>
<id>b28af1f6c9d66cdbfbd0982f3de5aabac94cf660</id>
<content type='text'>
Adds the basic skeleton for the grc:c service based off the information
provided by Switch Brew.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the basic skeleton for the grc:c service based off the information
provided by Switch Brew.
</pre>
</div>
</content>
</entry>
</feed>
