ppsspp/Windows/OpenGLBase.h
Henrik Rydgard 56cee3c00e Prevent rendering and multiple WM_SIZE events when switching between windowed and fullscreen
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.
2014-06-29 21:08:20 +02:00

10 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();