mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Implement Reverse Interlaced 3D
This commit is contained in:
		
							parent
							
								
									1bb20571b1
								
							
						
					
					
						commit
						a4f57e6910
					
				
					 6 changed files with 47 additions and 6 deletions
				
			
		|  | @ -85,7 +85,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