<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp, branch 2412</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Graphics: Clarify relationship between incompatible settings</title>
<updated>2024-09-10T18:35:15+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2024-09-10T17:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=694f2ee9959cc349cf128fe031cdf0756bf7df0c'/>
<id>694f2ee9959cc349cf128fe031cdf0756bf7df0c</id>
<content type='text'>
Explicitly state that Manual Texture Sampling disables Anisotropic
Filtering and that GPU Texture Decoding disables Arbitrary Mipmap
Detection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explicitly state that Manual Texture Sampling disables Anisotropic
Filtering and that GPU Texture Decoding disables Arbitrary Mipmap
Detection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Graphics: Adapt aspect ratio when SBS/TAB 3D is used</title>
<updated>2024-08-21T21:11:43+00:00</updated>
<author>
<name>Bryan Jacobs</name>
<email>b@q3q.us</email>
</author>
<published>2024-08-15T07:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7ec6d116e8ee94bee8bdecf2bf2801ea45f09432'/>
<id>7ec6d116e8ee94bee8bdecf2bf2801ea45f09432</id>
<content type='text'>
Adds support for choosing to present the full resolution
independently to each eye when using side-by-side or
top-and-bottom 3D.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds support for choosing to present the full resolution
independently to each eye when using side-by-side or
top-and-bottom 3D.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix postprocessing shader not changing when setting stereo mode</title>
<updated>2024-08-18T05:09:12+00:00</updated>
<author>
<name>Pokechu22</name>
<email>Pokechu022@gmail.com</email>
</author>
<published>2024-08-18T05:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=307c8c273e01a564cc7e9f0bac6e6c2b7333d8f4'/>
<id>307c8c273e01a564cc7e9f0bac6e6c2b7333d8f4</id>
<content type='text'>
Fixes https://bugs.dolphin-emu.org/issues/13593. Before, it would attempt to
use the old shader, which did not exist for the new stereo mode. Changing the
postprocessing shader afterwards would work properly, although passive 3D only
has one option, so it was just broken without restarting Dolphin.

This also fixes the UI not updating when using one of the stereo toggle hotkeys.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.dolphin-emu.org/issues/13593. Before, it would attempt to
use the old shader, which did not exist for the new stereo mode. Changing the
postprocessing shader afterwards would work properly, although passive 3D only
has one option, so it was just broken without restarting Dolphin.

This also fixes the UI not updating when using one of the stereo toggle hotkeys.
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt: fix 13524 - output resampling mode not loading correctly from ini</title>
<updated>2024-04-27T19:11:45+00:00</updated>
<author>
<name>Filoppi</name>
<email>filippotarpini@hotmail.it</email>
</author>
<published>2024-04-27T19:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=38158191363bde4e3410ffb781203d0d589a395b'/>
<id>38158191363bde4e3410ffb781203d0d589a395b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>i18n: Add comments and improve source strings</title>
<updated>2024-04-20T21:02:46+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2024-04-20T14:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=83b280d9032289d7e385d35a263ccbbe0ed29a98'/>
<id>83b280d9032289d7e385d35a263ccbbe0ed29a98</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 #12170 from Filoppi/custom_aspect_ratio</title>
<updated>2023-12-18T04:19:06+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2023-12-18T04:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=715a551daccc2a8e782089f7a70902ddf1a91a09'/>
<id>715a551daccc2a8e782089f7a70902ddf1a91a09</id>
<content type='text'>
Add support for custom aspect ratios</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for custom aspect ratios</pre>
</div>
</content>
</entry>
<entry>
<title>Video: polish aspect ratio related code comments to make it clearer</title>
<updated>2023-12-17T22:28:14+00:00</updated>
<author>
<name>Filoppi</name>
<email>filippotarpini@hotmail.it</email>
</author>
<published>2023-09-09T12:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=24004af8145a7babe0d0fcfb1b18231dda665aff'/>
<id>24004af8145a7babe0d0fcfb1b18231dda665aff</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 #12358 from rsgnz/master</title>
<updated>2023-12-17T09:50:41+00:00</updated>
<author>
<name>Tilka</name>
<email>tilkax@gmail.com</email>
</author>
<published>2023-12-17T09:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=18f9b966a05a3fc5022bb9372a7008afdb6b390a'/>
<id>18f9b966a05a3fc5022bb9372a7008afdb6b390a</id>
<content type='text'>
VideoCommon: Fix "Post-processing shader not found" when (off) is selected.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VideoCommon: Fix "Post-processing shader not found" when (off) is selected.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "Post-processing shader not found" when (off) is selected. (2nd version)</title>
<updated>2023-12-07T10:26:31+00:00</updated>
<author>
<name>rsgnz</name>
<email>639472+rsgnz@users.noreply.github.com</email>
</author>
<published>2023-12-07T10:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8c973188efa019bd2909d8d74b9002dd256d3eca'/>
<id>8c973188efa019bd2909d8d74b9002dd256d3eca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Android / Core / DolphinQt: disable arbitrary mipmap detection by default, let the games that need it be enabled with a config option, there aren't many of them</title>
<updated>2023-12-01T20:23:56+00:00</updated>
<author>
<name>iwubcode</name>
<email>iwubcode@users.noreply.github.com</email>
</author>
<published>2023-12-01T19:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d57c1cbe6cae31f349337e107cf758deb6baa182'/>
<id>d57c1cbe6cae31f349337e107cf758deb6baa182</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
