mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
remove annoying error message when state saving
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1554 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b3fc3b16da
commit
7b4f6ba255
@ -240,8 +240,10 @@ void Video_DoState(unsigned char **ptr, int mode) {
|
|||||||
//#elif defined(HAVE_X11) && HAVE_X11
|
//#elif defined(HAVE_X11) && HAVE_X11
|
||||||
// glXMakeCurrent(GLWin.dpy, GLWin.win, GLWin.ctx);
|
// glXMakeCurrent(GLWin.dpy, GLWin.win, GLWin.ctx);
|
||||||
//#endif
|
//#endif
|
||||||
OpenGL_MakeCurrent();
|
#ifndef _WIN32
|
||||||
|
// WHY is this here??
|
||||||
|
OpenGL_MakeCurrent();
|
||||||
|
#endif
|
||||||
// Clear all caches that touch RAM
|
// Clear all caches that touch RAM
|
||||||
TextureMngr::Invalidate();
|
TextureMngr::Invalidate();
|
||||||
// DisplayListManager::Invalidate();
|
// DisplayListManager::Invalidate();
|
||||||
|
Loading…
Reference in New Issue
Block a user