mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Buildfix
This commit is contained in:
parent
20d9e60a67
commit
1443acee03
@ -80,7 +80,7 @@ public:
|
||||
void SwapBuffers() override;
|
||||
void SwapInterval(int interval) override {}
|
||||
void Resize() override {}
|
||||
Draw::DrawContext *CreateThin3DContext() override {
|
||||
Draw::DrawContext *CreateDrawContext() override {
|
||||
CheckGLExtensions();
|
||||
return Draw::T3DCreateGLContext();
|
||||
}
|
||||
@ -146,7 +146,7 @@ public:
|
||||
void SwapBuffers() override {}
|
||||
void SwapInterval(int interval) override {}
|
||||
void Resize() override {}
|
||||
Draw::DrawContext *CreateThin3DContext() override {
|
||||
Draw::DrawContext *CreateDrawContext() override {
|
||||
CheckGLExtensions();
|
||||
return Draw::T3DCreateGLContext();
|
||||
}
|
||||
@ -167,7 +167,7 @@ public:
|
||||
|
||||
void *GetAPIContext() override { return g_Vulkan; }
|
||||
|
||||
Draw::DrawContext *CreateThin3DContext() override {
|
||||
Draw::DrawContext *CreateDrawContext() override {
|
||||
return Draw::T3DCreateVulkanContext(g_Vulkan);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user