bootmanager: Make EmuThread's IsRunning() member function const
This commit is contained in:
		| @@ -58,7 +58,7 @@ public: | ||||
|      * @return True if the emulation thread is running, otherwise false | ||||
|      * @note This function is thread-safe | ||||
|      */ | ||||
|     bool IsRunning() { | ||||
|     bool IsRunning() const { | ||||
|         return running; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lioncash
					Lioncash