mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
fixed(ogl): resolution detection on widnows, configdlg.cpp compile problems on non-windows, and fixed the recently broked texfmtoverlay ... >_<
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@145 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -154,43 +154,39 @@ struct Config
|
||||
void Load();
|
||||
void Save();
|
||||
|
||||
int iAdapter;
|
||||
char iFSResolution[16];
|
||||
int iMultisampleMode;
|
||||
|
||||
int iPostprocessEffect;
|
||||
int iCompileDLsLevel;
|
||||
|
||||
//video
|
||||
bool bFullscreen;
|
||||
bool renderToMainframe;
|
||||
int iLog; // CONF_ bits
|
||||
bool bFullscreen;
|
||||
bool bWireFrame;
|
||||
bool bOverlayStats;
|
||||
bool bDumpTextures;
|
||||
bool bOldCard;
|
||||
bool bShowShaderErrors;
|
||||
//enhancements
|
||||
char iFSResolution[16];
|
||||
char iWindowedRes[16];
|
||||
|
||||
bool bForceFiltering;
|
||||
bool bForceMaxAniso;
|
||||
|
||||
bool bPreUpscale;
|
||||
int iPreUpscaleFilter;
|
||||
|
||||
bool bTruform;
|
||||
int iTruformLevel;
|
||||
|
||||
char iWindowedRes[16];
|
||||
int aa; // anti-aliasing level
|
||||
|
||||
char psProfile[16];
|
||||
char vsProfile[16];
|
||||
|
||||
bool bTexFmtOverlayEnable;
|
||||
bool bTexFmtOverlayEnable;
|
||||
bool bTexFmtOverlayCenter;
|
||||
bool bOverlayStats;
|
||||
bool bDumpTextures;
|
||||
char texDumpPath[280];
|
||||
|
||||
int iSaveTargetId;
|
||||
|
||||
char texDumpPath[280];
|
||||
//currently unused:
|
||||
int aa; // anti-aliasing level
|
||||
int iLog; // CONF_ bits
|
||||
int iAdapter;
|
||||
int iMultisampleMode;
|
||||
char psProfile[16];
|
||||
char vsProfile[16];
|
||||
int iPostprocessEffect;
|
||||
int iCompileDLsLevel;
|
||||
bool bPreUpscale;
|
||||
int iPreUpscaleFilter;
|
||||
bool bTruform;
|
||||
int iTruformLevel;
|
||||
bool bOldCard;
|
||||
bool bWireFrame;
|
||||
bool bShowShaderErrors;
|
||||
};
|
||||
|
||||
extern Config g_Config;
|
||||
|
Reference in New Issue
Block a user