diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-03-11 21:12:06 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2025-03-12 21:09:16 -0500 |
| commit | 5b36c13bfb7a9e3c33fb57ad881e65fb8ae223ea (patch) | |
| tree | 1403654db927f834be21f7ed00b4618a51f3d377 /Source/Core/VideoBackends/Null/NullBackend.cpp | |
| parent | de997d616fb013735bb40a3e0bb945c776bd1a16 (diff) | |
VideoCommon: Rename Renderer to EFBInterface.
Diffstat (limited to 'Source/Core/VideoBackends/Null/NullBackend.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Null/NullBackend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Null/NullBackend.cpp b/Source/Core/VideoBackends/Null/NullBackend.cpp index 016613bd48..02b75fe407 100644 --- a/Source/Core/VideoBackends/Null/NullBackend.cpp +++ b/Source/Core/VideoBackends/Null/NullBackend.cpp @@ -69,7 +69,7 @@ bool VideoBackend::Initialize(const WindowSystemInfo& wsi) { return InitializeShared(std::make_unique<NullGfx>(), std::make_unique<VertexManager>(), std::make_unique<PerfQuery>(), std::make_unique<NullBoundingBox>(), - std::make_unique<NullRenderer>(), std::make_unique<TextureCache>()); + std::make_unique<NullEFBInterface>(), std::make_unique<TextureCache>()); } void VideoBackend::Shutdown() |
