Removed redundant entries.
We could add DDraw support if we wanted. Sindre Aamas's emulator is extremely insightful in the use of Qt and DirectDraw... git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@446 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
b2ed684f49
commit
bf5c1d758c
|
@ -34,8 +34,7 @@ public:
|
|||
{
|
||||
NONE,
|
||||
QPAINTER,
|
||||
OPENGL,
|
||||
DIRECT3D
|
||||
OPENGL
|
||||
};
|
||||
|
||||
bool setAPI( DISPLAY_API api );
|
||||
|
|
|
@ -25,7 +25,6 @@ VideoOptionsPage::VideoOptionsPage(QWidget *parent)
|
|||
QLabel *RenderLabel = new QLabel(tr("Renderer:"));
|
||||
QComboBox *RenderCombo = new QComboBox;
|
||||
RenderCombo->addItem("OpenGL");
|
||||
//RenderCombo->addItem(tr("D3D"));
|
||||
RenderCombo->addItem("QPainter");
|
||||
|
||||
QHBoxLayout *RenderLayout = new QHBoxLayout;
|
||||
|
|
Loading…
Reference in New Issue