mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
more nowx fixes
disabled njoy test build git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1545 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7790afb1f3
commit
7f8cc4ec62
16 changed files with 107 additions and 36 deletions
|
@ -23,6 +23,7 @@
|
|||
|
||||
#if defined(HAVE_WX) && HAVE_WX
|
||||
#include "GUI/ConfigDlg.h"
|
||||
#include "Debugger/Debugger.h" // for the CDebugger class
|
||||
#endif
|
||||
|
||||
#include "Config.h"
|
||||
|
@ -44,9 +45,7 @@
|
|||
#include "TextureConverter.h"
|
||||
|
||||
#include "VideoState.h"
|
||||
#if defined(HAVE_WX) && HAVE_WX
|
||||
#include "Debugger/Debugger.h" // for the CDebugger class
|
||||
#endif
|
||||
|
||||
SVideoInitialize g_VideoInitialize;
|
||||
|
||||
|
||||
|
@ -155,8 +154,9 @@ void DllConfig(HWND _hParent)
|
|||
g_Config.Load();
|
||||
frame.ShowModal()
|
||||
;
|
||||
#elif defined(HAVE_X11) && HAVE_X11
|
||||
#if defined(HAVE_XXF86VM) && HAVE_XXF86VM
|
||||
#elif defined(HAVE_X11) && HAVE_X11 && defined(HAVE_XXF86VM) &&\
|
||||
HAVE_XXF86VM && defined(HAVE_WX) && HAVE_WX
|
||||
|
||||
ConfigDialog frame(NULL);
|
||||
g_Config.Load();
|
||||
int glxMajorVersion, glxMinorVersion;
|
||||
|
@ -191,7 +191,6 @@ void DllConfig(HWND _hParent)
|
|||
XFree(modes);
|
||||
frame.ShowModal();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
void Video_Initialize(SVideoInitialize* _pVideoInitialize)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue