diff options
| author | bunnei <bunneidev@gmail.com> | 2018-04-24 00:19:36 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2018-04-24 22:31:45 -0400 |
| commit | 4415e00181f71b35eea779157976773d9bccf638 (patch) | |
| tree | 604e0f8de1fe238ac74eee4fd3d5eabdb59e7bc1 /src/video_core/textures/decoders.cpp | |
| parent | 10c6d891190e407cf4fbcf6eb8ce2506ddf388ec (diff) | |
gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.
Diffstat (limited to 'src/video_core/textures/decoders.cpp')
| -rw-r--r-- | src/video_core/textures/decoders.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/textures/decoders.cpp b/src/video_core/textures/decoders.cpp index e0509f0ce..9c3ae875c 100644 --- a/src/video_core/textures/decoders.cpp +++ b/src/video_core/textures/decoders.cpp @@ -4,6 +4,7 @@ #include <cstring> #include "common/assert.h" +#include "core/memory.h" #include "video_core/textures/decoders.h" #include "video_core/textures/texture.h" |
