wxgl fixes

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1524 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-12-13 22:40:10 +00:00
parent f225f92f4d
commit 2c66b9d36f
3 changed files with 16 additions and 4 deletions

View File

@ -153,7 +153,12 @@ void DllConfig(HWND _hParent)
//frame.ShowModal();
frame->ShowModal();
//win.SetHWND(0);
#elif defined(USE_WX) && USE_WX
ConfigDialog frame(NULL);
g_Config.Load();
frame.ShowModal()
;
#elif defined(HAVE_X11) && HAVE_X11
#if defined(HAVE_XXF86VM) && HAVE_XXF86VM
ConfigDialog frame(NULL);