mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #3859 from jbeich/clang
Unbreak build with Clang < 10
This commit is contained in:
		
						commit
						5f2a9a4c86
					
				@ -88,7 +88,8 @@ public:
 | 
			
		||||
            }
 | 
			
		||||
            PopAsyncFlushes();
 | 
			
		||||
            if (current_fence->IsSemaphore()) {
 | 
			
		||||
                memory_manager.Write<u32>(current_fence->GetAddress(), current_fence->GetPayload());
 | 
			
		||||
                memory_manager.template Write<u32>(current_fence->GetAddress(),
 | 
			
		||||
                                                   current_fence->GetPayload());
 | 
			
		||||
            } else {
 | 
			
		||||
                gpu.IncrementSyncPoint(current_fence->GetPayload());
 | 
			
		||||
            }
 | 
			
		||||
@ -134,7 +135,8 @@ private:
 | 
			
		||||
            }
 | 
			
		||||
            PopAsyncFlushes();
 | 
			
		||||
            if (current_fence->IsSemaphore()) {
 | 
			
		||||
                memory_manager.Write<u32>(current_fence->GetAddress(), current_fence->GetPayload());
 | 
			
		||||
                memory_manager.template Write<u32>(current_fence->GetAddress(),
 | 
			
		||||
                                                   current_fence->GetPayload());
 | 
			
		||||
            } else {
 | 
			
		||||
                gpu.IncrementSyncPoint(current_fence->GetPayload());
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user