mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 06:46:40 +08:00 
			
		
		
		
	qt: fix 'Pause' menu item (#9497)
This commit is contained in:
		
							parent
							
								
									201733d1b5
								
							
						
					
					
						commit
						c86e21abe4
					
				| @ -80,7 +80,7 @@ public: | |||||||
|      * @return True if the emulation thread is running, otherwise false |      * @return True if the emulation thread is running, otherwise false | ||||||
|      */ |      */ | ||||||
|     bool IsRunning() const { |     bool IsRunning() const { | ||||||
|         return m_is_running.load(); |         return m_is_running.load() || m_should_run; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     /**
 |     /**
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user