mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user