mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Separate the enums from cam/cam.h
The settings.h file doesn't actually need all of the definitions on cam.h, only some of the enums. They can, therefore, be separated into another file, which is included by settings.h instead. The other changes are fixing files that included settings.h and depended on indirect includes from includes of includes of cam.h
This commit is contained in:
		
							parent
							
								
									9d99755d4f
								
							
						
					
					
						commit
						a6efc7c1ee
					
				
					 8 changed files with 132 additions and 115 deletions
				
			
		|  | @ -10,6 +10,7 @@ | |||
| #include <QVBoxLayout> | ||||
| #include "citra_qt/configuration/configure_motion_touch.h" | ||||
| #include "citra_qt/configuration/configure_touch_from_button.h" | ||||
| #include "common/logging/log.h" | ||||
| #include "input_common/main.h" | ||||
| #include "ui_configure_motion_touch.h" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue