diff options
author | Lioncash <mathew1800@gmail.com> | 2022-02-01 07:41:05 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2022-02-01 07:41:05 +0100 |
commit | 360a97ab5405257c24e879036cf53c40af45db35 (patch) | |
tree | 444350baf289416a3b9d81fdfb49712facae23a9 /src | |
parent | video_core/shader_cache: Take std::span in RemoveShadersFromStorage() (diff) | |
download | yuzu-360a97ab5405257c24e879036cf53c40af45db35.tar yuzu-360a97ab5405257c24e879036cf53c40af45db35.tar.gz yuzu-360a97ab5405257c24e879036cf53c40af45db35.tar.bz2 yuzu-360a97ab5405257c24e879036cf53c40af45db35.tar.lz yuzu-360a97ab5405257c24e879036cf53c40af45db35.tar.xz yuzu-360a97ab5405257c24e879036cf53c40af45db35.tar.zst yuzu-360a97ab5405257c24e879036cf53c40af45db35.zip |
Diffstat (limited to '')
-rw-r--r-- | src/video_core/shader_cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/shader_cache.h b/src/video_core/shader_cache.h index 65333608c..8836bc8c6 100644 --- a/src/video_core/shader_cache.h +++ b/src/video_core/shader_cache.h @@ -4,7 +4,6 @@ #pragma once -#include <algorithm> #include <array> #include <memory> #include <mutex> |