mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
some more gstest work
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1616 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
|
||||
#include "Config.h"
|
||||
#include "pluginspecs_video.h"
|
||||
#include "GUI/ConfigDlg.h"
|
||||
#include "GLWindow.h"
|
||||
// backends
|
||||
#include "SDLWindow.h"
|
||||
@ -41,6 +42,9 @@
|
||||
#define GL_REPORT_ERRORD()
|
||||
#endif
|
||||
|
||||
void OpenGL_AddBackends(ConfigDialog *frame);
|
||||
void OpenGL_AddResolutions(ConfigDialog *frame);
|
||||
|
||||
// TODO old interface removal
|
||||
bool OpenGL_Create(SVideoInitialize &_VideoInitialize, int _width, int _height);
|
||||
bool OpenGL_MakeCurrent();
|
||||
|
Reference in New Issue
Block a user