mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Tons of changes to OpenGL plugin, Not entirely tested in Windows
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@101 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -134,9 +134,6 @@ struct RECT
|
||||
|
||||
extern int frameCount;
|
||||
|
||||
#define NUMWNDRES 6
|
||||
extern int g_Res[NUMWNDRES][2];
|
||||
|
||||
#define CONF_LOG 1
|
||||
#define CONF_PRIMLOG 2
|
||||
#define CONF_SAVETEXTURES 4
|
||||
@ -149,7 +146,7 @@ struct Config
|
||||
void Save();
|
||||
|
||||
int iAdapter;
|
||||
int iFSResolution;
|
||||
char iFSResolution[16];
|
||||
int iMultisampleMode;
|
||||
|
||||
int iPostprocessEffect;
|
||||
@ -173,7 +170,7 @@ struct Config
|
||||
bool bTruform;
|
||||
int iTruformLevel;
|
||||
|
||||
int iWindowedRes;
|
||||
char iWindowedRes[16];
|
||||
int aa; // anti-aliasing level
|
||||
|
||||
char psProfile[16];
|
||||
|
Reference in New Issue
Block a user