diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-06-24 07:15:57 +0200 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-06-24 07:15:57 +0200 |
commit | 7565389700a5741460a118d1fcc5e14fccb4b413 (patch) | |
tree | 9f9f191bfc216299b3d31ffaf5fe50f8afc4ec95 /src/video_core | |
parent | gl_texture_cache: Explicitly add indirect include (diff) | |
download | yuzu-7565389700a5741460a118d1fcc5e14fccb4b413.tar yuzu-7565389700a5741460a118d1fcc5e14fccb4b413.tar.gz yuzu-7565389700a5741460a118d1fcc5e14fccb4b413.tar.bz2 yuzu-7565389700a5741460a118d1fcc5e14fccb4b413.tar.lz yuzu-7565389700a5741460a118d1fcc5e14fccb4b413.tar.xz yuzu-7565389700a5741460a118d1fcc5e14fccb4b413.tar.zst yuzu-7565389700a5741460a118d1fcc5e14fccb4b413.zip |
Diffstat (limited to 'src/video_core')
-rw-r--r-- | src/video_core/texture_cache/texture_cache.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/video_core/texture_cache/texture_cache.h b/src/video_core/texture_cache/texture_cache.h index b720856f2..a91b2a220 100644 --- a/src/video_core/texture_cache/texture_cache.h +++ b/src/video_core/texture_cache/texture_cache.h @@ -17,6 +17,7 @@ #include "common/assert.h" #include "common/common_types.h" #include "common/math_util.h" +#include "core/core.h" #include "core/memory.h" #include "core/settings.h" #include "video_core/engines/fermi_2d.h" @@ -30,10 +31,6 @@ #include "video_core/texture_cache/surface_params.h" #include "video_core/texture_cache/surface_view.h" -namespace Core { -class System; -} - namespace Tegra::Texture { struct FullTextureInfo; } |