mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #5580 from oneup03/master
Implement Reverse Interlaced 3D
This commit is contained in:
		
						commit
						a89261d397
					
				
					 6 changed files with 29 additions and 8 deletions
				
			
		|  | @ -81,7 +81,8 @@ void ConfigureEnhancements::updateShaders(Settings::StereoRenderOption stereo_op | |||
| 
 | ||||
|     if (stereo_option == Settings::StereoRenderOption::Anaglyph) | ||||
|         ui->shader_combobox->addItem(QStringLiteral("dubois (builtin)")); | ||||
|     else if (stereo_option == Settings::StereoRenderOption::Interlaced) | ||||
|     else if (stereo_option == Settings::StereoRenderOption::Interlaced || | ||||
|              stereo_option == Settings::StereoRenderOption::ReverseInterlaced) | ||||
|         ui->shader_combobox->addItem(QStringLiteral("horizontal (builtin)")); | ||||
|     else | ||||
|         ui->shader_combobox->addItem(QStringLiteral("none (builtin)")); | ||||
|  |  | |||
|  | @ -171,6 +171,11 @@ | |||
|             <string>Interlaced</string> | ||||
|            </property> | ||||
|           </item> | ||||
|           <item> | ||||
|            <property name="text"> | ||||
|             <string>Reverse Interlaced</string> | ||||
|            </property> | ||||
|           </item> | ||||
|          </widget> | ||||
|         </item> | ||||
|        </layout> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue