mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 08:27:53 +00:00
Merge pull request #9344 from liamwhite/null
video_core: add null backend
This commit is contained in:
commit
d3e229ee9d
20 changed files with 383 additions and 28 deletions
|
@ -219,6 +219,7 @@ private:
|
|||
|
||||
bool InitializeOpenGL();
|
||||
bool InitializeVulkan();
|
||||
void InitializeNull();
|
||||
bool LoadOpenGL();
|
||||
QStringList GetUnsupportedGLExtensions() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue