summaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-12-03 11:23:25 -0800
committerGitHub <noreply@github.com>2022-12-03 11:23:25 -0800
commitf77cc6c41272265b08247aa1e2614c050acccc67 (patch)
tree8970dae5c9fce66f051c8bc0fc7faaa4592cadee /src/yuzu/bootmanager.h
parent75e16547f8977e8b2b07723b04bcc3cbe999d566 (diff)
parent89dd7dc1802cc53e828cb71c1f3e2bc0879459ce (diff)
Merge pull request #9344 from liamwhite/null
video_core: add null backend
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r--src/yuzu/bootmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h
index ca4aee088..f4deae4ee 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -219,6 +219,7 @@ private:
bool InitializeOpenGL();
bool InitializeVulkan();
+ void InitializeNull();
bool LoadOpenGL();
QStringList GetUnsupportedGLExtensions() const;