mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 13:16:41 +00:00
TextureCache: Implement deferred/batched EFB copies
This commit is contained in:
parent
710b893b91
commit
8e2c063d62
29 changed files with 314 additions and 141 deletions
|
@ -57,6 +57,8 @@ public:
|
|||
void Unmap() override;
|
||||
void Flush() override;
|
||||
|
||||
void SetMapStride(size_t stride) { m_map_stride = stride; }
|
||||
|
||||
private:
|
||||
std::vector<u8> m_data;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue