diff options
Diffstat (limited to 'Source/Core/VideoBackends/Null/NullGfx.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Null/NullGfx.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Null/NullGfx.cpp b/Source/Core/VideoBackends/Null/NullGfx.cpp index ce8da5ff06..7449aae09c 100644 --- a/Source/Core/VideoBackends/Null/NullGfx.cpp +++ b/Source/Core/VideoBackends/Null/NullGfx.cpp @@ -29,6 +29,11 @@ bool NullGfx::IsHeadless() const return true; } +bool NullGfx::SupportsUtilityDrawing() const +{ + return false; +} + std::unique_ptr<AbstractTexture> NullGfx::CreateTexture(const TextureConfig& config, [[maybe_unused]] std::string_view name) { |
