diff options
author | bunnei <bunneidev@gmail.com> | 2022-12-03 11:23:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 11:23:25 -0800 |
commit | f77cc6c41272265b08247aa1e2614c050acccc67 (patch) | |
tree | 8970dae5c9fce66f051c8bc0fc7faaa4592cadee /src/yuzu/bootmanager.h | |
parent | 75e16547f8977e8b2b07723b04bcc3cbe999d566 (diff) | |
parent | 89dd7dc1802cc53e828cb71c1f3e2bc0879459ce (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.h | 1 |
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; |