mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.
This commit is contained in:
		
							parent
							
								
									1b64160d83
								
							
						
					
					
						commit
						2662de6e52
					
				@ -288,8 +288,8 @@ protected:
 | 
			
		||||
        // TODO(Subv): Find out how this Fence is used.
 | 
			
		||||
        BufferProducerFence fence = {};
 | 
			
		||||
        fence.is_valid = 1;
 | 
			
		||||
        fence.fences[0].id = 0;
 | 
			
		||||
        fence.fences[0].value = 0;
 | 
			
		||||
        for (auto& fence_ : fence.fences)
 | 
			
		||||
            fence_.id = -1;
 | 
			
		||||
 | 
			
		||||
        Write(slot);
 | 
			
		||||
        Write<u32_le>(1);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user