<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common, branch release-prep-2506a</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Config: Make s_callbacks_lock recursive to fix hardcore mode deadlock.</title>
<updated>2025-05-30T22:33:01+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-05-30T22:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=31d0756808459de863415a26d5cf808d53678c94'/>
<id>31d0756808459de863415a26d5cf808d53678c94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13647 from jordan-woyak/sha1-avoid-memcpy</title>
<updated>2025-05-25T10:40:43+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2025-05-25T10:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=18a78a9bab79d32298041bea7d442a0f9acdf61a'/>
<id>18a78a9bab79d32298041bea7d442a0f9acdf61a</id>
<content type='text'>
Crypto/SHA1: Re-add memcpy avoiding optimization to BlockContext::Update.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Crypto/SHA1: Re-add memcpy avoiding optimization to BlockContext::Update.</pre>
</div>
</content>
</entry>
<entry>
<title>WorkQueueThread: Fix Cancel() race with internal command queue.</title>
<updated>2025-05-21T02:51:25+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-05-01T04:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9ba71448cc99b1bdf10018d25c1b0b95e3d2e627'/>
<id>9ba71448cc99b1bdf10018d25c1b0b95e3d2e627</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Crypto/SHA1: Re-add memcpy avoiding optimization to BlockContext::Update.</title>
<updated>2025-05-10T01:59:17+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-05-10T01:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=bb77d619670ba19f0c27fc92780f54a9975872b5'/>
<id>bb77d619670ba19f0c27fc92780f54a9975872b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13641 from jordan-woyak/sha1-fix</title>
<updated>2025-05-09T22:56:20+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2025-05-09T22:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=463bd86145e68ca9de3d97c93a8b9f39989b6c22'/>
<id>463bd86145e68ca9de3d97c93a8b9f39989b6c22</id>
<content type='text'>
Crypto/SHA1: Fix past-the-last-element std::array access and modernize code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Crypto/SHA1: Fix past-the-last-element std::array access and modernize code.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13586 from Tilka/spr_disasm</title>
<updated>2025-05-09T22:55:53+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2025-05-09T22:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7113bafd94302b25fcbc834c1982d1cc64676e00'/>
<id>7113bafd94302b25fcbc834c1982d1cc64676e00</id>
<content type='text'>
GekkoDisassembler: standardize SPR names and add missing ones</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GekkoDisassembler: standardize SPR names and add missing ones</pre>
</div>
</content>
</entry>
<entry>
<title>Crypto/SHA1: Fix past-the-last-element std::array access and modernize code.</title>
<updated>2025-05-08T08:03:59+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-05-08T06:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a9ab0e979e84f0a01baea12fd35cf9b39d883cf3'/>
<id>a9ab0e979e84f0a01baea12fd35cf9b39d883cf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13608 from jordan-woyak/async-work-thread</title>
<updated>2025-05-04T16:45:14+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2025-05-04T16:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d2db9d95906de73d704bd0f32bd1ee79f4a442f6'/>
<id>d2db9d95906de73d704bd0f32bd1ee79f4a442f6</id>
<content type='text'>
Common: Add AsyncWorkThread.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Common: Add AsyncWorkThread.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13482 from jordan-woyak/string-util-concepts</title>
<updated>2025-05-04T15:47:37+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2025-05-04T15:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2a3580fda5bdbcc163b1736663e29cb8356e3a20'/>
<id>2a3580fda5bdbcc163b1736663e29cb8356e3a20</id>
<content type='text'>
StringUtil: Use concepts instead of enable_if.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
StringUtil: Use concepts instead of enable_if.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13602 from jordan-woyak/move-only-function</title>
<updated>2025-05-04T15:28:06+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2025-05-04T15:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=380a9291ad5caa07e71532216f7d4ecad3f4d2c1'/>
<id>380a9291ad5caa07e71532216f7d4ecad3f4d2c1</id>
<content type='text'>
Common: Add MoveOnlyFunction.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Common: Add MoveOnlyFunction.</pre>
</div>
</content>
</entry>
</feed>
