summaryrefslogtreecommitdiff
path: root/src/core/memory.h
diff options
context:
space:
mode:
authorGravatar David Marcec2018-04-26 14:28:54 -0700
committerGravatar David Marcec2018-04-26 14:28:54 -0700
commit7391741a204d6f25a06132eda214b2199b60a084 (patch)
treeaeeb723744c4563ad608361b82dd938b062a3e09 /src/core/memory.h
parentAdded PREPO to logging backend, Removed comments from SaveReportWithUser (diff)
parentMerge pull request #403 from lioncash/common (diff)
downloadyuzu-7391741a204d6f25a06132eda214b2199b60a084.tar.gz
yuzu-7391741a204d6f25a06132eda214b2199b60a084.tar.xz
yuzu-7391741a204d6f25a06132eda214b2199b60a084.zip
Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl
Diffstat (limited to 'src/core/memory.h')
-rw-r--r--src/core/memory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/memory.h b/src/core/memory.h
index e9b8ca873..3f56a2c6a 100644
--- a/src/core/memory.h
+++ b/src/core/memory.h
@@ -14,6 +14,7 @@
14#include <boost/optional.hpp> 14#include <boost/optional.hpp>
15#include "common/common_types.h" 15#include "common/common_types.h"
16#include "core/memory_hook.h" 16#include "core/memory_hook.h"
17#include "video_core/memory_manager.h"
17 18
18namespace Kernel { 19namespace Kernel {
19class Process; 20class Process;
@@ -258,7 +259,7 @@ enum class FlushMode {
258/** 259/**
259 * Mark each page touching the region as cached. 260 * Mark each page touching the region as cached.
260 */ 261 */
261void RasterizerMarkRegionCached(VAddr start, u64 size, bool cached); 262void RasterizerMarkRegionCached(Tegra::GPUVAddr start, u64 size, bool cached);
262 263
263/** 264/**
264 * Flushes and invalidates any externally cached rasterizer resources touching the given virtual 265 * Flushes and invalidates any externally cached rasterizer resources touching the given virtual