mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 21:17:55 +00:00
video_core: add null backend
This commit is contained in:
parent
48b545354a
commit
acc4a150ef
20 changed files with 383 additions and 28 deletions
|
@ -218,6 +218,7 @@ private:
|
|||
|
||||
bool InitializeOpenGL();
|
||||
bool InitializeVulkan();
|
||||
void InitializeNull();
|
||||
bool LoadOpenGL();
|
||||
QStringList GetUnsupportedGLExtensions() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue