mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-17 19:29:00 +02:00
video_core: add null backend
This commit is contained in:
parent
6b64557ad6
commit
89dd7dc180
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