mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	added a message option to Core::Halt function
This commit is contained in:
		
							parent
							
								
									2f2a980c92
								
							
						
					
					
						commit
						539bf8bc86
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -42,7 +42,7 @@ void SingleStep() { | |||
| } | ||||
| 
 | ||||
| /// Halt the core
 | ||||
| void Halt() { | ||||
| void Halt(const char *msg) { | ||||
| 	// TODO(ShizZy): ImplementMe
 | ||||
| } | ||||
| 
 | ||||
|  |  | |||
|  | @ -45,7 +45,7 @@ void RunLoop(); | |||
| void SingleStep(); | ||||
| 
 | ||||
| /// Halt the core
 | ||||
| void Halt(); | ||||
| void Halt(const char *msg); | ||||
| 
 | ||||
| /// Kill the core
 | ||||
| void Stop(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue