added/changed some graphics plugin tooltips, added some low-res framebuffer options for getting a speedup (in pixel-shader-limited situations) at the cost of quality but without needing to make the window tiny, and fixed a little crash with closing the dx9 settings window at a bad time

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6624 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nitsuja-
2010-12-20 09:17:21 +00:00
parent 3749c3e57d
commit bb8918a2ca
3 changed files with 47 additions and 11 deletions

View File

@ -112,7 +112,8 @@ HRESULT Init()
void Shutdown()
{
D3D->Release();
if(D3D)
D3D->Release();
D3D = NULL;
if (hD3DDll) FreeLibrary(hD3DDll);