mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Move sampler state setting outside the drawQuad utility functions.
Use linear filtering for various buffer copies, improves visual quality a lot. Some other tiny changes as well. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5891 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5abed9d5a4
commit
15eb779c01
7 changed files with 46 additions and 43 deletions
|
@ -256,8 +256,8 @@ void Shutdown()
|
|||
Fifo_Shutdown();
|
||||
VertexManager::Shutdown();
|
||||
TextureCache::Shutdown();
|
||||
Renderer::Shutdown();
|
||||
D3D::ShutdownUtils();
|
||||
Renderer::Shutdown();
|
||||
EmuWindow::Close();
|
||||
s_PluginInitialized = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue