summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-12-08 18:44:55 +0100
committerLioncash <mathew1800@gmail.com>2020-12-08 18:44:58 +0100
commita44ff5ed316eced426c77d28df359685590cc118 (patch)
tree3db9685291e1bc4429313c5c812c83f994b14f17 /src
parentMerge pull request #5164 from lioncash/contains (diff)
downloadyuzu-a44ff5ed316eced426c77d28df359685590cc118.tar
yuzu-a44ff5ed316eced426c77d28df359685590cc118.tar.gz
yuzu-a44ff5ed316eced426c77d28df359685590cc118.tar.bz2
yuzu-a44ff5ed316eced426c77d28df359685590cc118.tar.lz
yuzu-a44ff5ed316eced426c77d28df359685590cc118.tar.xz
yuzu-a44ff5ed316eced426c77d28df359685590cc118.tar.zst
yuzu-a44ff5ed316eced426c77d28df359685590cc118.zip
Diffstat (limited to 'src')
-rw-r--r--src/core/memory.cpp2
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 {
* @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) {