mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Vi: Mark the fences as valid in the DequeueBuffer response parcel.
This commit is contained in:
		
							parent
							
								
									d18446f63a
								
							
						
					
					
						commit
						35d0d06885
					
				@ -287,6 +287,9 @@ protected:
 | 
			
		||||
    void SerializeData() override {
 | 
			
		||||
        // 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;
 | 
			
		||||
 | 
			
		||||
        Write(slot);
 | 
			
		||||
        Write<u32_le>(1);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user