mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
TextureCache: Implement deferred/batched EFB copies
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user