mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-23 14:05:38 +01:00
Merge pull request #5167 from lioncash/doc-memory
memory: Resolve -Wdocumentation warning for Write()
This commit is contained in:
commit
6057dc46e5
@ -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