mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
AbstractTexture: Drop slow map readback path
This commit is contained in:
parent
193763ca3a
commit
db1d9de933
10 changed files with 0 additions and 300 deletions
|
@ -35,8 +35,6 @@ public:
|
|||
u8* GetData();
|
||||
|
||||
private:
|
||||
std::optional<RawTextureInfo> MapFullImpl() override;
|
||||
|
||||
std::vector<u8> m_data;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue