forked from eden-emu/eden
		
	Audio: Correct buffer release for host timing.
This commit is contained in:
		
							parent
							
								
									24e0d393e2
								
							
						
					
					
						commit
						78a23536d4
					
				
					 3 changed files with 22 additions and 1 deletions
				
			
		|  | @ -72,6 +72,11 @@ public: | |||
|         this->is_multicore = is_multicore; | ||||
|     } | ||||
| 
 | ||||
|     /// Check if it's using host timing.
 | ||||
|     bool IsHostTiming() const { | ||||
|         return is_multicore; | ||||
|     } | ||||
| 
 | ||||
|     /// Pauses/Unpauses the execution of the timer thread.
 | ||||
|     void Pause(bool is_paused); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fernando Sahmkow
						Fernando Sahmkow