OpenGL config window re-organization.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@972 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
omegadox
2008-10-26 13:35:34 +00:00
parent 309c50d26f
commit f1db84a999
3 changed files with 139 additions and 102 deletions

View File

@ -30,25 +30,31 @@ struct Config
void Load();
void Save();
//video
// General
bool bFullscreen;
bool renderToMainframe;
char iFSResolution[16];
char iWindowedRes[16];
int iMultisampleMode;
bool bStretchToFit;
bool bKeepAR;
// Enhancements
int iMultisampleMode;
bool bForceFiltering;
bool bForceMaxAniso;
bool bStretchToFit;
bool bKeepAR;
bool bShowFPS;
// Information
bool bShowFPS;
bool bOverlayStats;
bool bTexFmtOverlayEnable;
bool bTexFmtOverlayCenter;
bool bOverlayStats;
// Render
bool bUseXFB;
bool bDumpTextures;
// Utility
char texDumpPath[280];
bool bDumpTextures;
// Hacks
bool bInvertDepth;