mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Qt: we don't need to check if model is valid.
This commit is contained in:
		
							parent
							
								
									8de09d87ab
								
							
						
					
					
						commit
						e6162ed91e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -220,7 +220,7 @@ void DisassemblerWidget::OnPause() | ||||||
|     emu_thread.SetCpuRunning(false); |     emu_thread.SetCpuRunning(false); | ||||||
| 
 | 
 | ||||||
|     // TODO: By now, the CPU might not have actually stopped...
 |     // TODO: By now, the CPU might not have actually stopped...
 | ||||||
|     if (model && Core::g_app_core) { |     if (Core::g_app_core) { | ||||||
|         model->SetNextInstruction(Core::g_app_core->GetPC()); |         model->SetNextInstruction(Core::g_app_core->GetPC()); | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue