mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #3272 from MerryMage/dynarmic
core/arm: Backend-specific context implementations
This commit is contained in:
		
						commit
						dca5fd291f
					
				
					 10 changed files with 215 additions and 76 deletions
				
			
		|  | @ -172,8 +172,8 @@ QString WaitTreeThread::GetText() const { | |||
|         break; | ||||
|     } | ||||
|     QString pc_info = tr(" PC = 0x%1 LR = 0x%2") | ||||
|                           .arg(thread.context.pc, 8, 16, QLatin1Char('0')) | ||||
|                           .arg(thread.context.lr, 8, 16, QLatin1Char('0')); | ||||
|                           .arg(thread.context->GetProgramCounter(), 8, 16, QLatin1Char('0')) | ||||
|                           .arg(thread.context->GetLinkRegister(), 8, 16, QLatin1Char('0')); | ||||
|     return WaitTreeWaitObject::GetText() + pc_info + " (" + status + ") "; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue