mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 07:19:44 +00: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:
parent
d640dec401
commit
347da362f1
7 changed files with 25 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue