mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	settings: Screenshot button
This commit is contained in:
		
							parent
							
								
									cdb43e64c1
								
							
						
					
					
						commit
						801d6c1b6f
					
				@ -44,6 +44,7 @@ enum Values {
 | 
				
			|||||||
    SR,
 | 
					    SR,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Home,
 | 
					    Home,
 | 
				
			||||||
 | 
					    Screenshot,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    NumButtons,
 | 
					    NumButtons,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
@ -81,6 +82,7 @@ static const std::array<const char*, NumButtons> mapping = {{
 | 
				
			|||||||
    "button_sl",
 | 
					    "button_sl",
 | 
				
			||||||
    "button_sr",
 | 
					    "button_sr",
 | 
				
			||||||
    "button_home",
 | 
					    "button_home",
 | 
				
			||||||
 | 
					    "button_screenshot",
 | 
				
			||||||
}};
 | 
					}};
 | 
				
			||||||
} // namespace NativeButton
 | 
					} // namespace NativeButton
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user