mirror of
				https://git.eden-emu.dev/eden-emu/eden.git
				synced 2025-10-26 12:33:22 +00:00 
			
		
		
		
	SidebySide Layout (#2859)
* added a SidebySide Layout * Reworked, so both screen have the same height and cleaned up screen translates. * added the option in the UI, hope this is the right way to do it. formated framebuffer_layout.cpp * delete the x64 files * deleted ui_configure_graphics.h * added Option for the Layout in the xml * got rid of SIDE_BY_SIDE_ASPECT_RATIO because it was useless. pulled translate into variables * changed shift variables to u32 and moved them in their respective branch. remove notr="true" for the Screen layout drop down * reworked intends :). changed function description for SideFrameLayout * some description reworking
This commit is contained in:
		
							parent
							
								
									35e185309b
								
							
						
					
					
						commit
						791a419280
					
				
					 6 changed files with 61 additions and 7 deletions
				
			
		|  | @ -146,17 +146,22 @@ | |||
|            <widget class="QComboBox" name="layout_combobox"> | ||||
|             <item> | ||||
|              <property name="text"> | ||||
|               <string notr="true">Default</string> | ||||
|               <string>Default</string> | ||||
|              </property> | ||||
|             </item> | ||||
|             <item> | ||||
|              <property name="text"> | ||||
|               <string notr="true">Single Screen</string> | ||||
|               <string>Single Screen</string> | ||||
|              </property> | ||||
|             </item> | ||||
|             <item> | ||||
|              <property name="text"> | ||||
|               <string notr="true">Large Screen</string> | ||||
|               <string>Large Screen</string> | ||||
|              </property> | ||||
|             </item> | ||||
|             <item> | ||||
|              <property name="text"> | ||||
|               <string>Side by Side</string> | ||||
|              </property> | ||||
|             </item> | ||||
|            </widget> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 ThaMighty90
						ThaMighty90