diff options
| author | 2020-12-08 11:47:04 -0800 | |
|---|---|---|
| committer | 2020-12-08 11:47:04 -0800 | |
| commit | 6057dc46e5f520b30df584e163a95bcdb349ea9b (patch) | |
| tree | 6b0041105be650cd3daa79df00b9e9fb69d54a75 /src/core/memory.cpp | |
| parent | Merge pull request #5156 from comex/xx-raws (diff) | |
| parent | memory: Resolve -Wdocumentation warning for Write() (diff) | |
| download | yuzu-6057dc46e5f520b30df584e163a95bcdb349ea9b.tar.gz yuzu-6057dc46e5f520b30df584e163a95bcdb349ea9b.tar.xz yuzu-6057dc46e5f520b30df584e163a95bcdb349ea9b.zip | |
Merge pull request #5167 from lioncash/doc-memory
memory: Resolve -Wdocumentation warning for Write()
Diffstat (limited to 'src/core/memory.cpp')
| -rw-r--r-- | src/core/memory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/memory.cpp b/src/core/memory.cpp index b88aa5c40..b7f21698f 100644 --- a/src/core/memory.cpp +++ b/src/core/memory.cpp | |||
| @@ -667,8 +667,6 @@ struct Memory::Impl { | |||
| 667 | * @tparam T The data type to write to memory. This type *must* be | 667 | * @tparam T The data type to write to memory. This type *must* be |
| 668 | * trivially copyable, otherwise the behavior of this function | 668 | * trivially copyable, otherwise the behavior of this function |
| 669 | * is undefined. | 669 | * is undefined. |
| 670 | * | ||
| 671 | * @returns The instance of T write to the specified virtual address. | ||
| 672 | */ | 670 | */ |
| 673 | template <typename T> | 671 | template <typename T> |
| 674 | void Write(const VAddr vaddr, const T data) { | 672 | void Write(const VAddr vaddr, const T data) { |