]> Shamusworld >> Repos - virtualjaguar/blob - src/gui/controllerwidget.cpp
Fixed bug with missing BIOS on first boot of Virtual Jaguar.
[virtualjaguar] / src / gui / controllerwidget.cpp
1 //
2 // controllerwidget.cpp: A widget for changing "Controller" configuration
3 //
4 // Part of the Virtual Jaguar Project
5 // (C) 2011 Underground Software
6 // See the README and GPLv3 files for licensing and warranty information
7 //
8 // JLH = James L. Hammons <jlhamm@acm.org>
9 //
10 // WHO  WHEN        WHAT
11 // ---  ----------  ------------------------------------------------------------
12 // JLH  07/20/2011  Created this file
13 //
14
15 #include "controllerwidget.h"
16
17 //#include "joystick.h"
18 //#include "keygrabber.h"
19 //#include "settings.h"
20
21
22 ControllerWidget::ControllerWidget(QWidget * parent/*= 0*/): QWidget(parent)
23 {
24 }
25
26 ControllerWidget::~ControllerWidget()
27 {
28 }
29