diff options
author | Lioncash <mathew1800@gmail.com> | 2019-05-07 19:53:42 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-05-07 19:55:17 +0200 |
commit | 495a8d8d9536194e94348c0cc4d6698050d67421 (patch) | |
tree | ccb1861e924403e45bcea2b8bf96a10547de167d /src/core/memory.h | |
parent | loader/nso: Remove left-in debug pragma (diff) | |
download | yuzu-495a8d8d9536194e94348c0cc4d6698050d67421.tar yuzu-495a8d8d9536194e94348c0cc4d6698050d67421.tar.gz yuzu-495a8d8d9536194e94348c0cc4d6698050d67421.tar.bz2 yuzu-495a8d8d9536194e94348c0cc4d6698050d67421.tar.lz yuzu-495a8d8d9536194e94348c0cc4d6698050d67421.tar.xz yuzu-495a8d8d9536194e94348c0cc4d6698050d67421.tar.zst yuzu-495a8d8d9536194e94348c0cc4d6698050d67421.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/memory.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/core/memory.h b/src/core/memory.h index b9fa18b1d..04e2c5f1d 100644 --- a/src/core/memory.h +++ b/src/core/memory.h @@ -72,15 +72,6 @@ u8* GetPointer(VAddr vaddr); std::string ReadCString(VAddr vaddr, std::size_t max_length); -enum class FlushMode { - /// Write back modified surfaces to RAM - Flush, - /// Remove region from the cache - Invalidate, - /// Write back modified surfaces to RAM, and also remove them from the cache - FlushAndInvalidate, -}; - /** * Mark each page touching the region as cached. */ |