<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/core/hle/kernel/k_handle_table.cpp, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>k_handle_table: Remove cast to void* in GetObjectForIpc</title>
<updated>2022-11-22T18:58:42+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2022-11-22T18:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=8d99aae45b04f1a70cad90e6fdc7ff91aee57edc'/>
<id>8d99aae45b04f1a70cad90e6fdc7ff91aee57edc</id>
<content type='text'>
This was used to get around the KProcess class being incomplete. We can
just move this to the cpp file and eliminate the cast entirely, letting
the compiler do its work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was used to get around the KProcess class being incomplete. We can
just move this to the cpp file and eliminate the cast entirely, letting
the compiler do its work.
</pre>
</div>
</content>
</entry>
<entry>
<title>core: hle: kernel: k_handle_table: Refresh.</title>
<updated>2022-11-04T04:17:07+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2022-10-29T21:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=6636b81573c1048d91cb1c5ac16ab2698d21ee23'/>
<id>6636b81573c1048d91cb1c5ac16ab2698d21ee23</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.dog6.net/yuzu/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.dog6.net/yuzu/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>KHandleTable: Optimize table entry layout</title>
<updated>2022-03-18T04:28:25+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2022-03-17T05:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=8b7d571b66c913c2f0a9e2804c90392f34440983'/>
<id>8b7d571b66c913c2f0a9e2804c90392f34440983</id>
<content type='text'>
Since the handle type is not being used, we can reduce the amount of space each entry takes up by 4 bytes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the handle type is not being used, we can reduce the amount of space each entry takes up by 4 bytes.
</pre>
</div>
</content>
</entry>
<entry>
<title>core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.</title>
<updated>2021-12-07T00:39:16+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2021-08-07T06:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=4c18a207a4898f391afab5d7e44c1c2921bc9d6f'/>
<id>4c18a207a4898f391afab5d7e44c1c2921bc9d6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak</title>
<updated>2021-10-27T01:06:22+00:00</updated>
<author>
<name>Feng Chen</name>
<email>vonchenplus@gmail.com</email>
</author>
<published>2021-10-25T10:55:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=a8b01049235bffa13d18a010311c16c8b9c316b4'/>
<id>a8b01049235bffa13d18a010311c16c8b9c316b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: Remove extra space preceding the :: operator</title>
<updated>2021-09-29T05:26:01+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2021-09-29T05:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=e29f3b87f1921918dc62306d1de2d3ce4b4bf35b'/>
<id>e29f3b87f1921918dc62306d1de2d3ce4b4bf35b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "kernel: Various improvements to scheduler"</title>
<updated>2021-08-26T03:59:28+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2021-08-26T03:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=0c8594b2251cf600afc3a89ecf1114eb3a25f700'/>
<id>0c8594b2251cf600afc3a89ecf1114eb3a25f700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.</title>
<updated>2021-08-07T19:18:47+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2021-08-07T06:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=f2b0d289833be94401edb4bb3b5b891fcda713d4'/>
<id>f2b0d289833be94401edb4bb3b5b891fcda713d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
