<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoCommon/VideoConfig.cpp, branch 2603</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Core: Eliminate FreeLookConfig by putting the "active config" within FreeLookCamera.</title>
<updated>2025-11-13T00:01:53+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-11-12T23:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=be95035cc47fe747c567a3907e9086da89437d67'/>
<id>be95035cc47fe747c567a3907e9086da89437d67</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 #14100 from AndrewGDX/master</title>
<updated>2025-11-12T22:43:21+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-11-12T22:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c08fda96ca26d207fe5af8a41fff4caaabfda60b'/>
<id>c08fda96ca26d207fe5af8a41fff4caaabfda60b</id>
<content type='text'>
Improved stereoscopic 3D settings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improved stereoscopic 3D settings</pre>
</div>
</content>
</entry>
<entry>
<title>Improved stereoscopic 3D settings</title>
<updated>2025-11-12T09:29:03+00:00</updated>
<author>
<name>AndrewGDX</name>
<email>andrewgdx@gmail.com</email>
</author>
<published>2025-11-10T12:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=113c86f1b4661c7e300d3867cd26ed26b2640f2a'/>
<id>113c86f1b4661c7e300d3867cd26ed26b2640f2a</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 #14071 from iwubcode/avoid_config_framebuffer_manager</title>
<updated>2025-11-12T01:58:35+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2025-11-12T01:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f63796c4804676f329f6c20bb376b16819933c37'/>
<id>f63796c4804676f329f6c20bb376b16819933c37</id>
<content type='text'>
VideoCommon: pass the EFB buffer scale into the FramebufferManager</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VideoCommon: pass the EFB buffer scale into the FramebufferManager</pre>
</div>
</content>
</entry>
<entry>
<title>Common: Remove the string parameters from the HookableEvent interface.</title>
<updated>2025-11-07T04:34:40+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-11-07T04:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=da6c65bf3b83fa1cfe5da5dc5e43ec49b2786b52'/>
<id>da6c65bf3b83fa1cfe5da5dc5e43ec49b2786b52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: pass the EFB buffer scale into the FramebufferManager instead of pulling it from config, in the future this will allow us to have multiple framebuffers</title>
<updated>2025-11-06T03:52:54+00:00</updated>
<author>
<name>iwubcode</name>
<email>iwubcode@users.noreply.github.com</email>
</author>
<published>2025-11-06T03:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2f20c12d82d367e6ebd3f5b772ebea62ccf05da7'/>
<id>2f20c12d82d367e6ebd3f5b772ebea62ccf05da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Common: Make HookableEvent use non-static data.</title>
<updated>2025-11-02T23:30:43+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-05-03T07:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f289b06e0db8bba6a3491d6e3cf0c2dd1b7a29fa'/>
<id>f289b06e0db8bba6a3491d6e3cf0c2dd1b7a29fa</id>
<content type='text'>
Co-authored-by: Dentomologist &lt;dentomologist@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Dentomologist &lt;dentomologist@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14042 from iwubcode/bp_functions_global</title>
<updated>2025-11-02T18:17:38+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2025-11-02T18:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a4a4416ff20db79a57789931449bc80e38800b8d'/>
<id>a4a4416ff20db79a57789931449bc80e38800b8d</id>
<content type='text'>
VideoCommon: move global variables out of BPFunctions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VideoCommon: move global variables out of BPFunctions</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: move global variables out of BPFunctions</title>
<updated>2025-10-31T18:27:50+00:00</updated>
<author>
<name>iwubcode</name>
<email>iwubcode@users.noreply.github.com</email>
</author>
<published>2025-10-29T05:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ee7c476e24d59af2c6b8e24486cd08ff09946112'/>
<id>ee7c476e24d59af2c6b8e24486cd08ff09946112</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FifoManager: Remove redundant PauseAndLock parameters</title>
<updated>2025-10-27T01:01:51+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-06-05T00:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=933071dd573c202de8c3c722e042d37d6bfcc2d1'/>
<id>933071dd573c202de8c3c722e042d37d6bfcc2d1</id>
<content type='text'>
PauseAndLock was only called with do_lock=true, and the function only
used unpauseOnUnlock when do_lock was false.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PauseAndLock was only called with do_lock=true, and the function only
used unpauseOnUnlock when do_lock was false.
</pre>
</div>
</content>
</entry>
</feed>
