mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 15:47:52 -05:00
Merge pull request #9344 from liamwhite/null
video_core: add null backend
This commit is contained in:
@ -219,6 +219,7 @@ private:
|
||||
|
||||
bool InitializeOpenGL();
|
||||
bool InitializeVulkan();
|
||||
void InitializeNull();
|
||||
bool LoadOpenGL();
|
||||
QStringList GetUnsupportedGLExtensions() const;
|
||||
|
||||
|
Reference in New Issue
Block a user