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:
Sonicadvance1
2008-07-30 04:23:43 +00:00
parent 99d5b4f4c2
commit 3e479c7c8f
6 changed files with 124 additions and 32 deletions

View File

@ -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];