mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-16 03:58:56 +00:00
Fix header
This commit is contained in:
parent
ec383342f6
commit
beab20fa01
@ -3,12 +3,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
#include <unordered_set>
|
||||
#include <boost/container/small_vector.hpp>
|
||||
#include <queue>
|
||||
#include <tsl/robin_map.h>
|
||||
|
||||
#include "common/lru_cache.h"
|
||||
@ -259,6 +256,7 @@ private:
|
||||
ImageId GetNullImage(vk::Format format);
|
||||
|
||||
/// Copies image memory back to CPU.
|
||||
template <bool priority>
|
||||
void DownloadImageMemory(ImageId image_id);
|
||||
|
||||
/// Thread function for copying downloaded images out to CPU memory.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user