mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	Merge pull request #12967 from german77/let_me_out
service: Fix OutLargeData attributes
This commit is contained in:
		
						commit
						f9a559d2b7
					
				| @ -262,7 +262,7 @@ class OutLargeData { | ||||
| public: | ||||
|     static_assert(std::is_trivially_copyable_v<T>, "LargeData type must be trivially copyable"); | ||||
|     static_assert((A & BufferAttr_In) == 0, "OutLargeData attr must not be In"); | ||||
|     static constexpr BufferAttr Attr = static_cast<BufferAttr>(A | BufferAttr_In | BufferAttr_FixedSize); | ||||
|     static constexpr BufferAttr Attr = static_cast<BufferAttr>(A | BufferAttr_Out | BufferAttr_FixedSize); | ||||
|     using Type = T; | ||||
| 
 | ||||
|     /* implicit */ OutLargeData(const OutLargeData& t) : raw(t.raw) {} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user