mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Handle VideoSoftware's present fallback better
Not a good idea to abuse bSupportsPostProcessing
This commit is contained in:
parent
26e00c3bb4
commit
f158ff300b
6 changed files with 23 additions and 6 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue