mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	CDROM: Double audio FIFO low watermark size
Gives a better chance to catch up in case of desyncs.
This commit is contained in:
		
							parent
							
								
									3c012ec6ef
								
							
						
					
					
						commit
						8c8f29c047
					
				|  | @ -68,7 +68,7 @@ private: | |||
|     DATA_FIFO_SIZE = RAW_SECTOR_OUTPUT_SIZE, | ||||
|     NUM_SECTOR_BUFFERS = 8, | ||||
|     AUDIO_FIFO_SIZE = 44100 * 2, | ||||
|     AUDIO_FIFO_LOW_WATERMARK = 5, | ||||
|     AUDIO_FIFO_LOW_WATERMARK = 10, | ||||
| 
 | ||||
|     BASE_RESET_TICKS = 400000, | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Connor McLaughlin
						Connor McLaughlin