mirror of https://github.com/yuzu-mirror/yuzu
				
				
				
			nca_patch: Significantly reduce the stack usage size within SearchBucketEntry()
Previously this function was using ~16KB of stack (16528 bytes), which was caused by the function arguments being taken by value rather than by reference. We can make this significantly lighter on the stack by taking them by reference.pull/8/head
							parent
							
								
									99b372a6c5
								
							
						
					
					
						commit
						66fc037ef2
					
				
					Loading…
					
					
				
		Reference in New Issue