mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoCommon: Fix out-of-bounds and disabled EFB access.
This commit is contained in:
@@ -108,7 +108,7 @@ u32 NullEFBInterface::PeekColorInternal(u16 x, u16 y)
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 NullEFBInterface::PeekDepth(u16 x, u16 y)
|
||||
u32 NullEFBInterface::PeekDepthInternal(u16 x, u16 y)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user