<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Externals, branch release-prep-2603</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<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>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>Externals: Update SDL to release-3.4.2</title>
<updated>2026-02-22T07:48:07+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2026-02-22T07:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7cc3874a7c0b7c93818260c89fe1c73a143407a1'/>
<id>7cc3874a7c0b7c93818260c89fe1c73a143407a1</id>
<content type='text'>
Notable changes:
- CMake
  - Fixed a bug where SDL couldn't use a vendored libusb or libhidapi (see 29b3fcfb1bc834d0187a8114debdcbbf8381cd61)
- Fixed long startup times on Windows when some non-compliant input devices are present
- Controller support
  - Added support for the Razer Raiju V5 Pro
  - Improved Switch 2 controller support
  - Improved NVIDIA SHIELD controller support
  - Fixed various controllers showing up twice on macOS
  - Fixed handling GameCube adapters in PC mode on Linux and macOS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Notable changes:
- CMake
  - Fixed a bug where SDL couldn't use a vendored libusb or libhidapi (see 29b3fcfb1bc834d0187a8114debdcbbf8381cd61)
- Fixed long startup times on Windows when some non-compliant input devices are present
- Controller support
  - Added support for the Razer Raiju V5 Pro
  - Improved Switch 2 controller support
  - Improved NVIDIA SHIELD controller support
  - Fixed various controllers showing up twice on macOS
  - Fixed handling GameCube adapters in PC mode on Linux and macOS
</pre>
</div>
</content>
</entry>
<entry>
<title>HW: Rewrite MagCard features of SI_DeviceAMBaseboard in new MagneticCardReader class.</title>
<updated>2026-02-16T02:14:15+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2026-02-10T07:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f657b3252149c6e1854aa82a5378a9d3a97f3978'/>
<id>f657b3252149c6e1854aa82a5378a9d3a97f3978</id>
<content type='text'>
A huge thank you goes to GXTX and https://github.com/GXTX/YACardEmu which this code is based on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A huge thank you goes to GXTX and https://github.com/GXTX/YACardEmu which this code is based on.
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Apply implot fix on Windows with non-VS generators</title>
<updated>2026-01-26T04:32:07+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2026-01-26T04:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e28cb4bd54e61306ea1f82dc68b8fdff611eb51d'/>
<id>e28cb4bd54e61306ea1f82dc68b8fdff611eb51d</id>
<content type='text'>
If using CMake and Ninja or any CMake generator that isn't Visual Studio on Windows, the `-include` will be ignored and the implot fix will not be applied.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If using CMake and Ninja or any CMake generator that isn't Visual Studio on Windows, the `-include` will be ignored and the implot fix will not be applied.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14264 from JoshuaVandaele/ccache-sdl</title>
<updated>2026-01-26T02:52:08+00:00</updated>
<author>
<name>OatmealDome</name>
<email>OatmealDome@users.noreply.github.com</email>
</author>
<published>2026-01-26T02:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=30cc4b388e22b2c7a777d11f59d10b89d554be13'/>
<id>30cc4b388e22b2c7a777d11f59d10b89d554be13</id>
<content type='text'>
SDL: Enable CCache if wanted</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SDL: Enable CCache if wanted</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14214 from JoshuaVandaele/cmake-nonbreaking-improvements</title>
<updated>2026-01-26T02:33:46+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2026-01-26T02:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1b6a45df692c56e55bd39fb036cb63133a8e8fe8'/>
<id>1b6a45df692c56e55bd39fb036cb63133a8e8fe8</id>
<content type='text'>
CMake: Various improvements</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CMake: Various improvements</pre>
</div>
</content>
</entry>
<entry>
<title>Make WIL a submodule and update it</title>
<updated>2026-01-21T18:51:45+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2025-11-26T20:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=67f27cb0ef71915877f750a0f65b7126a7e3b3b3'/>
<id>67f27cb0ef71915877f750a0f65b7126a7e3b3b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Externals: Update zlib-ng to v2.3.2"</title>
<updated>2026-01-12T02:29:05+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2026-01-12T02:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5162608df912d6004491d701a2960bff3b6e513c'/>
<id>5162608df912d6004491d701a2960bff3b6e513c</id>
<content type='text'>
This reverts commit 34b402b631738c546fb2c59bbb791c124f4633d2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 34b402b631738c546fb2c59bbb791c124f4633d2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14251 from JoshuaVandaele/cmake-editorconfig</title>
<updated>2026-01-11T21:28:03+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2026-01-11T21:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=79a4034aa059aee20a1ff212c1cac1e3f9477fbb'/>
<id>79a4034aa059aee20a1ff212c1cac1e3f9477fbb</id>
<content type='text'>
.editorconfig: Update CMake style </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.editorconfig: Update CMake style </pre>
</div>
</content>
</entry>
</feed>
