mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
First trial in backend, compiles but not checked or enabled (mostly for general review)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1570 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8e127c38e2
commit
4a879698ac
6 changed files with 389 additions and 5 deletions
|
@ -152,8 +152,8 @@ void DllConfig(HWND _hParent)
|
|||
|
||||
ConfigDialog frame(NULL);
|
||||
g_Config.Load();
|
||||
frame.ShowModal()
|
||||
;
|
||||
frame.ShowModal();
|
||||
|
||||
#elif defined(HAVE_X11) && HAVE_X11 && defined(HAVE_XXF86VM) &&\
|
||||
HAVE_XXF86VM && defined(HAVE_WX) && HAVE_WX
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue