mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	memory: Resolve -Wdocumentation warning for Write()
Write() doesn't return anything, so the @returns tag shouldn't be present.
This commit is contained in:
		
							parent
							
								
									3415890dd5
								
							
						
					
					
						commit
						a44ff5ed31
					
				| @ -667,8 +667,6 @@ struct Memory::Impl { | ||||
|      * @tparam T The data type to write to memory. This type *must* be | ||||
|      *           trivially copyable, otherwise the behavior of this function | ||||
|      *           is undefined. | ||||
|      * | ||||
|      * @returns The instance of T write to the specified virtual address. | ||||
|      */ | ||||
|     template <typename T> | ||||
|     void Write(const VAddr vaddr, const T data) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Lioncash
						Lioncash