mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
May help #6295 but also it may not, I can't test it as I don't have that GPU. Also gets rid of some outdated code.
9 lines
257 B
C++
9 lines
257 B
C++
// NOTE: Apologies for the quality of this code, this is really from pre-opensource Dolphin - that is, 2003.
|
|
|
|
#pragma once
|
|
|
|
#include "Common/CommonWindows.h"
|
|
|
|
bool GL_Init(HWND window, std::string *error_message);
|
|
void GL_Shutdown();
|
|
void GL_SwapBuffers();
|