mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
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:
parent
3749c3e57d
commit
bb8918a2ca
3 changed files with 47 additions and 11 deletions
|
@ -112,7 +112,8 @@ HRESULT Init()
|
|||
|
||||
void Shutdown()
|
||||
{
|
||||
D3D->Release();
|
||||
if(D3D)
|
||||
D3D->Release();
|
||||
D3D = NULL;
|
||||
|
||||
if (hD3DDll) FreeLibrary(hD3DDll);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue