<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/core/hle/service/am/applet_ae.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>2024-02-12T02:59:33+00:00</updated>
<entry>
<title>am: rewrite appletAE, appletOE</title>
<updated>2024-02-12T02:59:33+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2024-02-11T23:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=b2e140b03284fac8fecc7f5bd86f538b76dadc8b'/>
<id>urn:sha1:b2e140b03284fac8fecc7f5bd86f538b76dadc8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>am: migrate global state to per-applet state structure</title>
<updated>2024-01-30T01:17:33+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2024-01-02T23:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=182137a9a4b09c8188d2cbffa312550c5dc83641'/>
<id>urn:sha1:182137a9a4b09c8188d2cbffa312550c5dc83641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nvnflinger: fix name</title>
<updated>2023-03-01T15:39:49+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-02-19T20:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=809148e1a58296ab88c9d3c6719d345f35ce0279'/>
<id>urn:sha1:809148e1a58296ab88c9d3c6719d345f35ce0279</id>
<content type='text'>
</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>urn:sha1:65be230fdda302b25447f2f09b06e3238bd09e79</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: Reduce header include overhead</title>
<updated>2021-10-07T17:32:21+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2021-10-07T17:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=7bb2dd75cddf1556083c258aafb5e1b714af6939'/>
<id>urn:sha1:7bb2dd75cddf1556083c258aafb5e1b714af6939</id>
<content type='text'>
</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>urn:sha1: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>
</entry>
<entry>
<title>hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)</title>
<updated>2020-11-24T22:31:58+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-11-24T22:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=7791cc8c2e585dcc377e22a26f548db914250a5d'/>
<id>urn:sha1:7791cc8c2e585dcc377e22a26f548db914250a5d</id>
<content type='text'>
* hle: services: Fix a crash with improper NVFlinger lifetime management.

- This crash would happen when attempting to shutdown yuzu early on in boot.
</content>
</entry>
<entry>
<title>am: Implement ISelfController Exit</title>
<updated>2019-09-22T02:25:18+00:00</updated>
<author>
<name>Zach Hilman</name>
<email>zachhilman@gmail.com</email>
</author>
<published>2019-07-06T17:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=a7fda849023664212f152adbb0ceed17b246acb0'/>
<id>urn:sha1:a7fda849023664212f152adbb0ceed17b246acb0</id>
<content type='text'>
Closes the current application.
</content>
</entry>
<entry>
<title>services: Pass FileSystemController as reference to services that need it</title>
<updated>2019-09-21T20:43:10+00:00</updated>
<author>
<name>Zach Hilman</name>
<email>zachhilman@gmail.com</email>
</author>
<published>2019-04-22T21:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=4b91057688d6c388f7cbb71e23024d97233ab472'/>
<id>urn:sha1:4b91057688d6c388f7cbb71e23024d97233ab472</id>
<content type='text'>
</content>
</entry>
</feed>
