mirror of https://github.com/PCSX2/pcsx2.git
GSDX: Forgot a file.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5285 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
08d8287d3e
commit
adfa7f1579
|
@ -65,4 +65,7 @@ public:
|
||||||
vector<GSSetting> m_gpu_scale;
|
vector<GSSetting> m_gpu_scale;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct GSDXError {};
|
||||||
|
struct GSDXRecoverableError : GSDXError {};
|
||||||
|
|
||||||
extern GSdxApp theApp;
|
extern GSdxApp theApp;
|
||||||
|
|
Loading…
Reference in New Issue