Qt: Fix non-GB build

This commit is contained in:
Jeffrey Pfau 2017-01-04 15:47:08 -08:00
parent 3f61f68f22
commit 61a657afcf
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,9 @@
#include <mgba/internal/gb/sio/lockstep.h>
#endif
struct GBSIOLockstepNode;
struct GBASIOLockstepNode;
namespace QGBA {
class GameController;

View File

@ -22,8 +22,10 @@
using namespace QGBA;
#ifdef M_CORE_GB
QList<enum GBModel> OverrideView::s_gbModelList;
QList<enum GBMemoryBankControllerType> OverrideView::s_mbcList;
#endif
OverrideView::OverrideView(GameController* controller, ConfigController* config, QWidget* parent)
: QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowCloseButtonHint)