mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	citra-qt: Rename "Stop Tracing" to "Finish Tracing".
This better reflects that no commands are supposed to show up until you hit the button a second time.
This commit is contained in:
		
							parent
							
								
									79bb403089
								
							
						
					
					
						commit
						ac4d7462cb
					
				@ -289,7 +289,7 @@ GPUCommandListWidget::GPUCommandListWidget(QWidget* parent) : QDockWidget(tr("Pi
 | 
			
		||||
void GPUCommandListWidget::OnToggleTracing() {
 | 
			
		||||
    if (!Pica::DebugUtils::IsPicaTracing()) {
 | 
			
		||||
        Pica::DebugUtils::StartPicaTracing();
 | 
			
		||||
        toggle_tracing->setText(tr("Stop Tracing"));
 | 
			
		||||
        toggle_tracing->setText(tr("Finish Tracing"));
 | 
			
		||||
    } else {
 | 
			
		||||
        pica_trace = Pica::DebugUtils::FinishPicaTracing();
 | 
			
		||||
        emit TracingFinished(*pica_trace);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user