summaryrefslogtreecommitdiff
path: root/dxr3configdata.c
blob: ee460816a2a09129d306d0721ead28a69604afd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//#include <stdio.h>
#include "dxr3configdata.h"

// ==================================
// constr.
cDxr3ConfigData::cDxr3ConfigData() 
{
    UseDigitalOut = 0;
    Dxr3Card = 0;
    ForceLetterBox = 0;
    Ac3OutPut = 0;
    m_videoMode = PAL;
	m_menuMode = SUBPICTURE;
	m_debug = 1;
	m_debuglevel = 0;
}