video_core: add null backend

This commit is contained in:
Liam 2022-11-27 20:37:37 -05:00
parent 6b64557ad6
commit 89dd7dc180
20 changed files with 383 additions and 28 deletions

View file

@ -89,3 +89,5 @@ protected:
/// yuzu core instance
Core::System& system;
};
class DummyContext : public Core::Frontend::GraphicsContext {};