diff options
author | bunnei <bunneidev@gmail.com> | 2022-03-20 07:10:04 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2022-03-25 02:13:34 +0100 |
commit | 81eefcaa7619c6807038f021b6da8a6ceabeaf25 (patch) | |
tree | 37807e7a72df340ebbff79191344dfa68a6e0fe7 /src/core/hle/service/nvflinger | |
parent | hle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo. (diff) | |
download | yuzu-81eefcaa7619c6807038f021b6da8a6ceabeaf25.tar yuzu-81eefcaa7619c6807038f021b6da8a6ceabeaf25.tar.gz yuzu-81eefcaa7619c6807038f021b6da8a6ceabeaf25.tar.bz2 yuzu-81eefcaa7619c6807038f021b6da8a6ceabeaf25.tar.lz yuzu-81eefcaa7619c6807038f021b6da8a6ceabeaf25.tar.xz yuzu-81eefcaa7619c6807038f021b6da8a6ceabeaf25.tar.zst yuzu-81eefcaa7619c6807038f021b6da8a6ceabeaf25.zip |
Diffstat (limited to 'src/core/hle/service/nvflinger')
-rw-r--r-- | src/core/hle/service/nvflinger/nvflinger.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.h b/src/core/hle/service/nvflinger/nvflinger.h index 4f93ffe07..ed160f6f9 100644 --- a/src/core/hle/service/nvflinger/nvflinger.h +++ b/src/core/hle/service/nvflinger/nvflinger.h @@ -8,7 +8,6 @@ #include <mutex> #include <optional> #include <thread> -#include <unordered_map> #include <vector> #include "common/common_types.h" |