mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Move default_attributes into Pica state
This commit is contained in:
		
							parent
							
								
									f6eb62d062
								
							
						
					
					
						commit
						6c6d99ca51
					
				
					 5 changed files with 5 additions and 5 deletions
				
			
		|  | @ -74,7 +74,7 @@ void GraphicsTracingWidget::StartRecording() { | |||
|     std::array<u32, 4 * 16> default_attributes; | ||||
|     for (unsigned i = 0; i < 16; ++i) { | ||||
|         for (unsigned comp = 0; comp < 3; ++comp) { | ||||
|             default_attributes[4 * i + comp] = nihstro::to_float24(Pica::g_state.vs.default_attributes[i][comp].ToFloat32()); | ||||
|             default_attributes[4 * i + comp] = nihstro::to_float24(Pica::g_state.vs_default_attributes[i][comp].ToFloat32()); | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue