mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	logging/backend: Change type of filename from string to const char*
This was suggested by degasus in https://github.com/yuzu-emu/yuzu/pull/3326 in order to avoid an unnecessary copy.
This commit is contained in:
		
							parent
							
								
									5d502dfecc
								
							
						
					
					
						commit
						e7a073e15f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -24,7 +24,7 @@ struct Entry { | ||||||
|     std::chrono::microseconds timestamp; |     std::chrono::microseconds timestamp; | ||||||
|     Class log_class; |     Class log_class; | ||||||
|     Level log_level; |     Level log_level; | ||||||
|     std::string filename; |     const char* filename; | ||||||
|     unsigned int line_num; |     unsigned int line_num; | ||||||
|     std::string function; |     std::string function; | ||||||
|     std::string message; |     std::string message; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue