<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/core/hle/kernel/svc.cpp, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>core: refactor emulated cpu core activation</title>
<updated>2023-12-04T15:37:16+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-11-28T19:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=45c87c7e6e841c11def43e5ab25160006dab6d77'/>
<id>45c87c7e6e841c11def43e5ab25160006dab6d77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: update KProcess</title>
<updated>2023-10-22T00:03:41+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-10-21T20:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=8c59543ee32c8bff575bab7ec1e70f76f8eda437'/>
<id>8c59543ee32c8bff575bab7ec1e70f76f8eda437</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: prefer std::addressof</title>
<updated>2023-03-13T02:09:09+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-03-07T17:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=ac6cbb7134d71134e4beae91361a78fa68202c22'/>
<id>ac6cbb7134d71134e4beae91361a78fa68202c22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>svc: Fix type consistency (exposed on macOS)</title>
<updated>2023-02-21T21:39:17+00:00</updated>
<author>
<name>Merry</name>
<email>git@mary.rs</email>
</author>
<published>2023-02-21T21:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=c9678bda2440423ec55d420aedd9a11d79834649'/>
<id>c9678bda2440423ec55d420aedd9a11d79834649</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: use GetCurrentProcess</title>
<updated>2023-02-13T16:05:14+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-02-13T15:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=4363ca304afb0b615481c7d49e863a2c429cc5c6'/>
<id>4363ca304afb0b615481c7d49e863a2c429cc5c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/svc: switch to generated wrappers</title>
<updated>2023-02-07T04:57:44+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-02-05T19:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=2415d37ea296e8856267375989a8b95cebe2575a'/>
<id>2415d37ea296e8856267375989a8b95cebe2575a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/svc: Split implementations into separate files</title>
<updated>2023-02-05T03:37:43+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-10-05T00:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=92eb091ddb9dfd96e59a75937e185079a63626e3'/>
<id>92eb091ddb9dfd96e59a75937e185079a63626e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: KPageTable: update</title>
<updated>2023-01-22T18:17:29+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-12-28T00:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=31e54c4573236473563d892f7101d244c4f71d36'/>
<id>31e54c4573236473563d892f7101d244c4f71d36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "k_page_group: synchronize""</title>
<updated>2023-01-07T23:32:10+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2023-01-07T23:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=a5693afa03c03d46358329baa307d681a9661199'/>
<id>a5693afa03c03d46358329baa307d681a9661199</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "k_page_group: synchronize"</title>
<updated>2022-12-29T08:39:42+00:00</updated>
<author>
<name>gidoly</name>
<email>66776795+gidoly@users.noreply.github.com</email>
</author>
<published>2022-12-29T08:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=10eaf31af373a01c989b4df2d13c2fa770857b3a'/>
<id>10eaf31af373a01c989b4df2d13c2fa770857b3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
