<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>VideoCommon: Fix custom texture count in OSD message</title>
<updated>2026-08-02T08:11:15+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2026-08-02T08:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f5be1c30e57564e23eb5c12ab2432f43ad4354d0'/>
<id>f5be1c30e57564e23eb5c12ab2432f43ad4354d0</id>
<content type='text'>
83dc468 broke the OSD message that shows the number of custom textures.
If Prefetch Custom Textures was disabled, the number would always be 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
83dc468 broke the OSD message that shows the number of custom textures.
If Prefetch Custom Textures was disabled, the number would always be 0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use designated constructors</title>
<updated>2026-08-01T19:37:43+00:00</updated>
<author>
<name>Dr. Dystopia</name>
<email>jonis9898@hotmail.com</email>
</author>
<published>2026-07-29T17:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=be3ad38ec761e22290f8e7eeae8c37763a0de4f2'/>
<id>be3ad38ec761e22290f8e7eeae8c37763a0de4f2</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 #14758 from JoshuaVandaele/egl-platform-nowayland</title>
<updated>2026-08-01T14:57:00+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2026-08-01T14:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5c6dcce721ee3fe3814d41aaa3e2e55f07a821e7'/>
<id>5c6dcce721ee3fe3814d41aaa3e2e55f07a821e7</id>
<content type='text'>
Forbid EGL_PLATFORM to be "wayland"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forbid EGL_PLATFORM to be "wayland"</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14768 from phire/security/gcz_overflows</title>
<updated>2026-08-01T10:26:10+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2026-08-01T10:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ad7e793548684a183593326584313f7e2bdce4d9'/>
<id>ad7e793548684a183593326584313f7e2bdce4d9</id>
<content type='text'>
Better validation and handling of GCZ</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Better validation and handling of GCZ</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14776 from tygyh/Core/Use-static-cast</title>
<updated>2026-08-01T10:17:15+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2026-08-01T10:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3c63788e019e5be3a74429c025bd839c520ec569'/>
<id>3c63788e019e5be3a74429c025bd839c520ec569</id>
<content type='text'>
Replace functional cast with `static_cast`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace functional cast with `static_cast`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14781 from sepalani/gai-error</title>
<updated>2026-08-01T10:15:10+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2026-08-01T10:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=463bcb8aeb8c7d483692ab8c45b7fc95fb13904c'/>
<id>463bcb8aeb8c7d483692ab8c45b7fc95fb13904c</id>
<content type='text'>
IP/Top: Add getaddrinfo() error log message</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IP/Top: Add getaddrinfo() error log message</pre>
</div>
</content>
</entry>
<entry>
<title>IP/Top: Add getaddrinfo() error log message</title>
<updated>2026-07-31T14:25:54+00:00</updated>
<author>
<name>Sepalani</name>
<email>sepalani@hotmail.fr</email>
</author>
<published>2026-07-31T14:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a3a43f9bd234006cb13759ba3b5d7597433821e2'/>
<id>a3a43f9bd234006cb13759ba3b5d7597433821e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>EGLX11: Forbid EGL_PLATFORM to be "wayland"</title>
<updated>2026-07-31T08:34:00+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2026-07-25T07:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1c2b7fbf7f4239f24d4ce60ef7c8054f75a767c9'/>
<id>1c2b7fbf7f4239f24d4ce60ef7c8054f75a767c9</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 #14755 from JoshuaVandaele/cmakeupd-qt-useless-dlls</title>
<updated>2026-07-31T06:00:43+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2026-07-31T06:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f1b4345d0854f1c4e5e8eb683237a771c6de5456'/>
<id>f1b4345d0854f1c4e5e8eb683237a771c6de5456</id>
<content type='text'>
windeployqt: Disable uneeded DLLs </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
windeployqt: Disable uneeded DLLs </pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14775 from tygyh/Replace-zero-constants-with-`nullptr`</title>
<updated>2026-07-31T01:49:48+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2026-07-31T01:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3bd410c4c5bf9f66b013d63f4421364e95bd9722'/>
<id>3bd410c4c5bf9f66b013d63f4421364e95bd9722</id>
<content type='text'>
Replace zero constants with `nullptr`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace zero constants with `nullptr`</pre>
</div>
</content>
</entry>
</feed>
