<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core, branch 2606</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Merge pull request #14687 from JoshuaVandaele/realtek-linux-list</title>
<updated>2026-06-24T22:32:43+00:00</updated>
<author>
<name>OatmealDome</name>
<email>OatmealDome@users.noreply.github.com</email>
</author>
<published>2026-06-24T22:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2f1c14cdc70429eddd85218b3ef32bf00387a8e6'/>
<id>2f1c14cdc70429eddd85218b3ef32bf00387a8e6</id>
<content type='text'>
RealtekFirmwareLoader: Update list from Linux source</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RealtekFirmwareLoader: Update list from Linux source</pre>
</div>
</content>
</entry>
<entry>
<title>TAPServerConnection: Fix builds with LLVM toolchain</title>
<updated>2026-06-24T18:17:35+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2026-06-24T06:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d52afbf83b734cd2bd968a31aaaa2ede4259afb9'/>
<id>d52afbf83b734cd2bd968a31aaaa2ede4259afb9</id>
<content type='text'>
On an Alpine system using a full LLVM toolchain, building fails because `fd_set`/`timeval` are undefined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On an Alpine system using a full LLVM toolchain, building fails because `fd_set`/`timeval` are undefined.
</pre>
</div>
</content>
</entry>
<entry>
<title>ICCardReader: Fix macro collision</title>
<updated>2026-06-23T20:48:35+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2026-06-23T20:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d170a27cc6f9a09dad177df46a007d5b3399556e'/>
<id>d170a27cc6f9a09dad177df46a007d5b3399556e</id>
<content type='text'>
On Alpine Linux, Dolphin fails to build due to PAGE_SIZE being already defined somewhere in the system includes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Alpine Linux, Dolphin fails to build due to PAGE_SIZE being already defined somewhere in the system includes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing includes</title>
<updated>2026-06-23T19:09:18+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2026-06-23T03:11:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=faaea5919a142d40353df851d2ce1aed66733dd4'/>
<id>faaea5919a142d40353df851d2ce1aed66733dd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fmt: Allow building with version &gt;=12.2.0</title>
<updated>2026-06-23T19:09:14+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2026-06-23T03:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e97b1cd759deeb6c2e0b7a6de33d5986ee033b6e'/>
<id>e97b1cd759deeb6c2e0b7a6de33d5986ee033b6e</id>
<content type='text'>
This change was causing some issues:

&gt; Made FMT_STRING a no-op when FMT_USE_CONSTEVAL is enabled, since the consteval format-string constructor already provides compile-time validation (#4611, #4612). Thanks @friedkeenan.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change was causing some issues:

&gt; Made FMT_STRING a no-op when FMT_USE_CONSTEVAL is enabled, since the consteval format-string constructor already provides compile-time validation (#4611, #4612). Thanks @friedkeenan.
</pre>
</div>
</content>
</entry>
<entry>
<title>VolumeVerifier: Remove SystemNotAvailable</title>
<updated>2026-06-22T06:36:50+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2026-06-22T06:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=53dad6f23012babf65a52764715cdf7fc5f0638c'/>
<id>53dad6f23012babf65a52764715cdf7fc5f0638c</id>
<content type='text'>
We had some code in VolumeVerifier to catch the error message that
Redump.org used to show when trying to access the Wii datfile without
logging in. This restriction was removed from Redump.org around the
start of 2022, and the code has been unnecessary ever since.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We had some code in VolumeVerifier to catch the error message that
Redump.org used to show when trying to access the Wii datfile without
logging in. This restriction was removed from Redump.org around the
start of 2022, and the code has been unnecessary ever since.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't send Dolphin version in user agent to Redump</title>
<updated>2026-06-22T06:36:44+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2026-06-22T06:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=47040a183428e8e6e2a5c8c28d8aa0b4d632d1cd'/>
<id>47040a183428e8e6e2a5c8c28d8aa0b4d632d1cd</id>
<content type='text'>
When we added the RetroAchievements integration, we had a discussion
about whether sending version information in the user agent was fine
from a privacy standpoint. We reached the conclusion that it was okay,
but it was conditional on the website having a privacy policy. Neither
incarnation of Redump has that, and Redump also never asked us to send
version information like RetroAchievements did, so let's use a user
agent that just says "Dolphin" when connecting to Redump.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we added the RetroAchievements integration, we had a discussion
about whether sending version information in the user agent was fine
from a privacy standpoint. We reached the conclusion that it was okay,
but it was conditional on the website having a privacy policy. Neither
incarnation of Redump has that, and Redump also never asked us to send
version information like RetroAchievements did, so let's use a user
agent that just says "Dolphin" when connecting to Redump.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use redump.info instead of redump.org</title>
<updated>2026-06-22T06:28:51+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2026-06-22T06:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d202fd07d2a0a244fa43941fd80ec9aa4fa05476'/>
<id>d202fd07d2a0a244fa43941fd80ec9aa4fa05476</id>
<content type='text'>
All the staff of Redump (except the absentee sysadmin) have decided to
start a new version of the website at redump.info. It has every disc
from the old site, it has HTTPS, it isn't buckling under the load of AI
scrapers, and moving forward, all adding and verifying of discs is going
to be happening on the new website only. Let's move over.

I've taken the unusual step of updating the translation files manually.
This is because we're very close to a release and because the change is
simple enough that I feel confident about making the change to languages
I don't speak. (I double checked that the Korean translation doesn't
ever follow "Redump.org" by a particle that has a different form
depending on whether there's a final consonant.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the staff of Redump (except the absentee sysadmin) have decided to
start a new version of the website at redump.info. It has every disc
from the old site, it has HTTPS, it isn't buckling under the load of AI
scrapers, and moving forward, all adding and verifying of discs is going
to be happening on the new website only. Let's move over.

I've taken the unusual step of updating the translation files manually.
This is because we're very close to a release and because the change is
simple enough that I feel confident about making the change to languages
I don't speak. (I double checked that the Korean translation doesn't
ever follow "Redump.org" by a particle that has a different form
depending on whether there's a final consonant.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14692 from JosJuice/netplay-memory-safety</title>
<updated>2026-06-21T19:44:22+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2026-06-21T19:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=21f12fdc77cfbf472a3e4d57c8ed580be8000a53'/>
<id>21f12fdc77cfbf472a3e4d57c8ed580be8000a53</id>
<content type='text'>
NetPlay: Fix memory safety issues</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NetPlay: Fix memory safety issues</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14691 from JosJuice/bba-memory-safety</title>
<updated>2026-06-21T19:43:50+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2026-06-21T19:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6bdf00ed217d618aa19ab1251da291e597c7cf36'/>
<id>6bdf00ed217d618aa19ab1251da291e597c7cf36</id>
<content type='text'>
EXI/BBA: Fix tx_fifo memory safety issues</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EXI/BBA: Fix tx_fifo memory safety issues</pre>
</div>
</content>
</entry>
</feed>
