mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
VideoCommon: Fix out-of-bounds and disabled EFB access.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user