mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	citra-qt: Pass string by const reference
This commit is contained in:
		
							parent
							
								
									8165de065b
								
							
						
					
					
						commit
						13ddf60f60
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -207,7 +207,7 @@ void GMainWindow::OnDisplayTitleBars(bool show) | ||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void GMainWindow::BootGame(std::string filename) { | void GMainWindow::BootGame(const std::string& filename) { | ||||||
|     LOG_INFO(Frontend, "Citra starting...\n"); |     LOG_INFO(Frontend, "Citra starting...\n"); | ||||||
| 
 | 
 | ||||||
|     // Initialize the core emulation
 |     // Initialize the core emulation
 | ||||||
|  |  | ||||||
|  | @ -55,7 +55,7 @@ signals: | ||||||
|     void EmulationStopping(); |     void EmulationStopping(); | ||||||
| 
 | 
 | ||||||
| private: | private: | ||||||
|     void BootGame(std::string filename); |     void BootGame(const std::string& filename); | ||||||
|     void ShutdownGame(); |     void ShutdownGame(); | ||||||
| 
 | 
 | ||||||
|     void closeEvent(QCloseEvent* event) override; |     void closeEvent(QCloseEvent* event) override; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue