<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Merge pull request #14785 from JosJuice/fix-texture-count</title>
<updated>2026-08-02T12:19:09+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2026-08-02T12:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4af65cbed06816bf4626831af369d3cb3dd18675'/>
<id>4af65cbed06816bf4626831af369d3cb3dd18675</id>
<content type='text'>
VideoCommon: Fix custom texture count in OSD message</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VideoCommon: Fix custom texture count in OSD message</pre>
</div>
</content>
</entry>
<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>Merge pull request #14777 from tygyh/Use-designated-constructors</title>
<updated>2026-08-02T03:59:42+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2026-08-02T03:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=35925ceb15bfbf5a2369bf382b68d00132462ec1'/>
<id>35925ceb15bfbf5a2369bf382b68d00132462ec1</id>
<content type='text'>
Use designated constructors</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use designated constructors</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>
</feed>
