mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Pica: Add command processor.
This commit is contained in:
		
							parent
							
								
									98ad16a45b
								
							
						
					
					
						commit
						76a586de49
					
				
					 9 changed files with 113 additions and 9 deletions
				
			
		|  | @ -78,7 +78,7 @@ QVariant GPUCommandListModel::data(const QModelIndex& index, int role) const | |||
|         // index refers to a specific command
 | ||||
|         const GraphicsDebugger::PicaCommandList& cmdlist = command_lists[item->parent->index].second; | ||||
|         const GraphicsDebugger::PicaCommand& cmd = cmdlist[item->index]; | ||||
|         const Pica::CommandHeader& header = cmd.GetHeader(); | ||||
|         const Pica::CommandProcessor::CommandHeader& header = cmd.GetHeader(); | ||||
| 
 | ||||
|         if (role == Qt::DisplayRole) { | ||||
|             QString content; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue