mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	bootmanager: Make EmuThread's IsRunning() member function const
This commit is contained in:
		
							parent
							
								
									c06f7978ac
								
							
						
					
					
						commit
						e439725271
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -58,7 +58,7 @@ public: | ||||||
|      * @return True if the emulation thread is running, otherwise false |      * @return True if the emulation thread is running, otherwise false | ||||||
|      * @note This function is thread-safe |      * @note This function is thread-safe | ||||||
|      */ |      */ | ||||||
|     bool IsRunning() { |     bool IsRunning() const { | ||||||
|         return running; |         return running; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue