Disable annoying error messages in the D3D plugin, they're meant for debugging
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4434 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f82e5eb673
commit
ff3d6027fa
|
@ -40,7 +40,7 @@ static LPDIRECT3DSURFACE9 s_efb_depth_OffScreenReadBuffer;
|
||||||
static D3DFORMAT s_efb_color_surface_Format;
|
static D3DFORMAT s_efb_color_surface_Format;
|
||||||
static D3DFORMAT s_efb_depth_surface_Format;
|
static D3DFORMAT s_efb_depth_surface_Format;
|
||||||
#undef CHECK
|
#undef CHECK
|
||||||
#define CHECK(hr,Message) if (FAILED(hr)) { PanicAlert(__FUNCTION__ " FAIL: %s" ,Message); }
|
#define CHECK(hr,Message) //if (FAILED(hr)) { PanicAlert(__FUNCTION__ " FAIL: %s" ,Message); }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue