Fixed non-plugin case for wxWidgets.

This commit is contained in:
Volker Ruppert 2017-02-18 16:56:19 +00:00
parent f33093549b
commit c119c3528f

View File

@ -816,6 +816,9 @@ static builtin_plugin_t builtin_gui_plugins[] = {
#if BX_WITH_WIN32
BUILTIN_GUI_PLUGIN_ENTRY(win32),
#endif
#if BX_WITH_WX
BUILTIN_GUI_PLUGIN_ENTRY(wx),
#endif
#if BX_WITH_X11
BUILTIN_GUI_PLUGIN_ENTRY(x),
#endif