<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common, branch 2603a</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>fmt: change use of fmt/base.h to fmt/format.h as not provided until fmt&gt;=11.0</title>
<updated>2026-03-17T21:29:46+00:00</updated>
<author>
<name>Craig Carnell</name>
<email>1188869+cscd98@users.noreply.github.com</email>
</author>
<published>2026-02-19T10:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6242de7b25e3703db5bd9a0a8f1ffe6aee0a5a21'/>
<id>6242de7b25e3703db5bd9a0a8f1ffe6aee0a5a21</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 #14317 from JosJuice/jit-cache-macro-loop</title>
<updated>2026-02-27T03:25:29+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2026-02-27T03:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f898d75bf3fc83cfc6d2af77653ab108457ca0e1'/>
<id>f898d75bf3fc83cfc6d2af77653ab108457ca0e1</id>
<content type='text'>
Jit: Use RangeSet for physical_addresses</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jit: Use RangeSet for physical_addresses</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14407 from jordan-woyak/mag-card-fixup</title>
<updated>2026-02-24T00:09:23+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2026-02-24T00:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ff27147a717e8c941bf65638036a83d72b6a9d46'/>
<id>ff27147a717e8c941bf65638036a83d72b6a9d46</id>
<content type='text'>
MagneticCardReader: Minor fixup to writing card data.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MagneticCardReader: Minor fixup to writing card data.</pre>
</div>
</content>
</entry>
<entry>
<title>Jit: Use RangeSet for physical_addresses</title>
<updated>2026-02-23T22:01:49+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2026-02-14T13:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c1a26808ce5a09bcc08e029b71d4b1fb47bc4d57'/>
<id>c1a26808ce5a09bcc08e029b71d4b1fb47bc4d57</id>
<content type='text'>
This makes JitBaseBlockCache::ErasePhysicalRange around 50% faster and
PPCAnalyzer::Analyze around 40% faster. Rogue Squadron 2's notoriously
laggy action of switching to and from cockpit view is made something
like 20-30% faster by this, though this is a very rough measurement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes JitBaseBlockCache::ErasePhysicalRange around 50% faster and
PPCAnalyzer::Analyze around 40% faster. Rogue Squadron 2's notoriously
laggy action of switching to and from cockpit view is made something
like 20-30% faster by this, though this is a very rough measurement.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move RangeSet from Externals to Common</title>
<updated>2026-02-23T21:55:38+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2026-02-18T19:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=36f45dce44ddf8074df70fe1c217e08735189d57'/>
<id>36f45dce44ddf8074df70fe1c217e08735189d57</id>
<content type='text'>
This is a very small libary, and as I understand it, it was more or less
developed for Dolphin.

This moves the two relevant files from Externals to Common, changes the
namespace to Common, reformats the code, and adds Dolphin copyright
notices. The change in copyright notice and license was approved by
AdmiralCurtiss.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a very small libary, and as I understand it, it was more or less
developed for Dolphin.

This moves the two relevant files from Externals to Common, changes the
namespace to Common, reformats the code, and adds Dolphin copyright
notices. The change in copyright notice and license was approved by
AdmiralCurtiss.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14212 from cscd98/cast-func</title>
<updated>2026-02-21T17:27:50+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2026-02-21T17:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0d359e23da4e44b82083b5d5c71c5b74c0e0b521'/>
<id>0d359e23da4e44b82083b5d5c71c5b74c0e0b521</id>
<content type='text'>
mingw: use reinterpret_cast for function→void* conversion to satisfy C++ standard</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mingw: use reinterpret_cast for function→void* conversion to satisfy C++ standard</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14209 from cscd98/static-cast-fix</title>
<updated>2026-02-21T17:27:22+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2026-02-21T17:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=fee2b0ee03bc50afa02bda99dd43e418ca59ea70'/>
<id>fee2b0ee03bc50afa02bda99dd43e418ca59ea70</id>
<content type='text'>
mingw: replace static_cast with reinterpret_cast as not permitted between void* and function params</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mingw: replace static_cast with reinterpret_cast as not permitted between void* and function params</pre>
</div>
</content>
</entry>
<entry>
<title>MagneticCardReader: Minor fixup to writing card data.</title>
<updated>2026-02-21T07:01:57+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2026-02-21T03:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=97a88dd7db123106532cdb8d69a526368c5c0b4a'/>
<id>97a88dd7db123106532cdb8d69a526368c5c0b4a</id>
<content type='text'>
Ensure the 3rd track is written even if the 2nd track isn't.
Moved GetHexDump helper function to StringUtil.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure the 3rd track is written even if the 2nd track isn't.
Moved GetHexDump helper function to StringUtil.
</pre>
</div>
</content>
</entry>
<entry>
<title>mingw: replace static_cast with reinterpret_cast as not permitted between void* and function params</title>
<updated>2026-02-16T13:28:11+00:00</updated>
<author>
<name>Craig Carnell</name>
<email>1188869+cscd98@users.noreply.github.com</email>
</author>
<published>2025-12-08T19:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=bd728d1c20ef7050470c3e4905c0dbe46946ed98'/>
<id>bd728d1c20ef7050470c3e4905c0dbe46946ed98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Network: Improve IPv4PortRange::ToString to support CIDR notation and only last octet difference.</title>
<updated>2026-02-16T05:13:18+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2026-02-14T02:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cbd43914a51f8b9c20133cf0b5f9204b7d6c8b7f'/>
<id>cbd43914a51f8b9c20133cf0b5f9204b7d6c8b7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
