Merge pull request #2172 from jroweboy/fix-mingw

Fix mingw compilation support
This commit is contained in:
bunnei 2016-11-15 20:07:23 -05:00 committed by GitHub
commit fb13bfe693
5 changed files with 20 additions and 6 deletions

View file

@ -48,6 +48,10 @@
#include "qhexedit.h"
#include "video_core/video_core.h"
#ifdef QT_STATICPLUGIN
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
#endif
GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) {
Pica::g_debug_context = Pica::DebugContext::Construct();