Fix some problems :)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3168 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4f195d4d30
commit
58058311f4
|
@ -40,7 +40,6 @@ public:
|
|||
static void SetDestAlpha(const ConstantAlpha& alpha);
|
||||
static void SetTexDims(int texmapid, u32 width, u32 height, u32 wraps, u32 wrapt);
|
||||
static void SetCustomTexScale(int texmapid, float x, float y);
|
||||
static void SetCustomTexScale(int texmapid, float x, float y);
|
||||
static void SetZTextureBias(u32 bias);
|
||||
static void SetViewport(float* viewport);
|
||||
static void SetIndMatrixChanged(int matrixidx);
|
||||
|
|
|
@ -84,7 +84,6 @@ struct Config
|
|||
|
||||
// Utility
|
||||
bool bDumpTextures;
|
||||
bool bHiresTextures;
|
||||
bool bHiresTextures;
|
||||
bool bDumpEFBTarget;
|
||||
bool bDumpFrames;
|
||||
|
|
|
@ -107,7 +107,6 @@ class ConfigDialog : public wxDialog
|
|||
wxCheckBox *m_DstAlphaPass;
|
||||
wxCheckBox *m_DumpTextures;
|
||||
wxCheckBox *m_HiresTextures;
|
||||
wxCheckBox *m_HiresTextures;
|
||||
wxCheckBox *m_DumpEFBTarget;
|
||||
wxCheckBox *m_DumpFrames;
|
||||
wxCheckBox *m_FreeLook;
|
||||
|
@ -170,7 +169,6 @@ class ConfigDialog : public wxDialog
|
|||
|
||||
ID_DUMPTEXTURES,
|
||||
ID_HIRESTEXTURES,
|
||||
ID_HIRESTEXTURES,
|
||||
ID_DUMPEFBTARGET,
|
||||
ID_DUMPFRAMES,
|
||||
ID_FREELOOK,
|
||||
|
|
Loading…
Reference in New Issue