mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	ring_buffer: Fix Push
This commit is contained in:
		
							parent
							
								
									a6cf2e1f9d
								
							
						
					
					
						commit
						c9c7097769
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -56,7 +56,7 @@ public: | |||
|     } | ||||
| 
 | ||||
|     std::size_t Push(const std::vector<T>& input) { | ||||
|         return Push(input.data(), input.size()); | ||||
|         return Push(input.data(), input.size() / granularity); | ||||
|     } | ||||
| 
 | ||||
|     /// Pops slots from the ring buffer
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue