diff options
Diffstat (limited to 'Source/Core/VideoBackends/Null/NullGfx.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Null/NullGfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Null/NullGfx.cpp b/Source/Core/VideoBackends/Null/NullGfx.cpp index ab60339d0b..61822d3c83 100644 --- a/Source/Core/VideoBackends/Null/NullGfx.cpp +++ b/Source/Core/VideoBackends/Null/NullGfx.cpp @@ -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; } |
