mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
make config box open on linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1226 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2ad407e477
commit
58f998cb55
1 changed files with 4 additions and 6 deletions
|
@ -111,16 +111,14 @@ extern "C" void DllAbout(HWND _hParent)
|
||||||
|
|
||||||
extern "C" void DllConfig(HWND _hParent)
|
extern "C" void DllConfig(HWND _hParent)
|
||||||
{
|
{
|
||||||
#if defined(_WIN32)
|
|
||||||
wxWindow win;
|
wxWindow win;
|
||||||
|
#ifdef _WIN32
|
||||||
win.SetHWND(_hParent);
|
win.SetHWND(_hParent);
|
||||||
|
#endif
|
||||||
ConfigDialog frame(&win);
|
ConfigDialog frame(&win);
|
||||||
frame.ShowModal();
|
frame.ShowModal();
|
||||||
|
#ifdef _WIN32
|
||||||
win.SetHWND(0);
|
win.SetHWND(0);
|
||||||
#elif defined(__linux__)
|
|
||||||
//TODO
|
|
||||||
#else
|
|
||||||
//TODO
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue