mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00: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:
parent
99d5b4f4c2
commit
3e479c7c8f
6 changed files with 124 additions and 32 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue