Ejemplo n.º 1
0
void configure()
{
    initIni();
    ReadSettings();
    DisplayDialog();
    WriteSettings();
    delete spuConfig;
    spuConfig = NULL;
}
Ejemplo n.º 2
0
void initKeyMap(int fl)
{
#ifndef _WIN32
	int i;
	//init keys structure due to bug in gnu compiler as documented in TAP API doc
	for( i=0; i < noOfKeys; i++ )
		KEYNAMES[i] = (char *)((dword)(KEYNAMES[i]) + _tap_startAddr);

#endif
	/* Make sure any package we use is initialised */
	initIni(fl);
}
Ejemplo n.º 3
0
void setIni(const wchar_t* Section)
 {
	initIni();
	spuConfig->SetPath(wxsFormat(L"/%s", Section));
 }