VideoCommon: Fix out-of-bounds and disabled EFB access.

This commit is contained in:
Jordan Woyak
2025-03-26 00:55:40 -05:00
parent 1981f22228
commit e351f03cdf
7 changed files with 55 additions and 29 deletions

View File

@ -46,7 +46,7 @@ class NullEFBInterface final : public EFBInterfaceBase
void PokeDepth(u16 x, u16 y, u32 depth) override;
u32 PeekColorInternal(u16 x, u16 y) override;
u32 PeekDepth(u16 x, u16 y) override;
u32 PeekDepthInternal(u16 x, u16 y) override;
};
} // namespace Null