mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
VideoCommon: Fix out-of-bounds and disabled EFB access.
This commit is contained in:
parent
1981f22228
commit
e351f03cdf
7 changed files with 55 additions and 29 deletions
|
@ -69,6 +69,6 @@ class SWEFBInterface 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 SW
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue