mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
FramebufferManager: Fix invalid readback of EFB D24S8 depth
Fixes assertion tripping when saving state on Adreno.
This commit is contained in:
@ -74,7 +74,8 @@ public:
|
||||
|
||||
// Resolve color/depth textures to a non-msaa texture, and return it.
|
||||
AbstractTexture* ResolveEFBColorTexture(const MathUtil::Rectangle<int>& region);
|
||||
AbstractTexture* ResolveEFBDepthTexture(const MathUtil::Rectangle<int>& region);
|
||||
AbstractTexture* ResolveEFBDepthTexture(const MathUtil::Rectangle<int>& region,
|
||||
bool force_r32f = false);
|
||||
|
||||
// Reinterpret pixel format of EFB color texture.
|
||||
// Assumes no render pass is currently in progress.
|
||||
|
Reference in New Issue
Block a user