mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Fix nihstro include style to conform to the style used in other instances.
This commit is contained in:
		
							parent
							
								
									ecb2541a93
								
							
						
					
					
						commit
						e4285d574a
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -12,12 +12,12 @@ | |||
| #include <QMessageBox> | ||||
| #include <QPushButton> | ||||
| #include <boost/range/algorithm/copy.hpp> | ||||
| #include <nihstro/float24.h> | ||||
| #include "citra_qt/debugger/graphics/graphics_tracing.h" | ||||
| #include "common/common_types.h" | ||||
| #include "core/hw/gpu.h" | ||||
| #include "core/hw/lcd.h" | ||||
| #include "core/tracer/recorder.h" | ||||
| #include "nihstro/float24.h" | ||||
| #include "video_core/pica_state.h" | ||||
| 
 | ||||
| GraphicsTracingWidget::GraphicsTracingWidget(std::shared_ptr<Pica::DebugContext> debug_context, | ||||
|  |  | |||
|  | @ -6,8 +6,8 @@ | |||
| 
 | ||||
| #include <QAbstractTableModel> | ||||
| #include <QTreeView> | ||||
| #include <nihstro/parser_shbin.h> | ||||
| #include "citra_qt/debugger/graphics/graphics_breakpoint_observer.h" | ||||
| #include "nihstro/parser_shbin.h" | ||||
| #include "video_core/shader/debug_data.h" | ||||
| #include "video_core/shader/shader.h" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue