diff options
author | Liam <byteslice@airmail.cc> | 2022-11-27 20:37:37 -0500 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2022-11-28 19:49:09 -0500 |
commit | 89dd7dc1802cc53e828cb71c1f3e2bc0879459ce (patch) | |
tree | 718f8fec3534b4fdb77405e347f86bcf37980363 /src/yuzu/bootmanager.h | |
parent | 6b64557ad62141d1ac5d42e88ba7a3ed0cc9884d (diff) |
video_core: add null backend
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r-- | src/yuzu/bootmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h index 4a01481cd..2e19a879e 100644 --- a/src/yuzu/bootmanager.h +++ b/src/yuzu/bootmanager.h @@ -218,6 +218,7 @@ private: bool InitializeOpenGL(); bool InitializeVulkan(); + void InitializeNull(); bool LoadOpenGL(); QStringList GetUnsupportedGLExtensions() const; |