mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00:00
First version of MSAA code added. No UI yet. No CSAA yet. Doesn't work in Zeldas and Metroids for unknown reason.
Automatic texture invalidation when using copy efb to ram (fixes weird flickery scanner in metroid 2). git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2617 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c7a45ecf95
commit
c6ffcec991
12 changed files with 346 additions and 148 deletions
|
@ -451,7 +451,7 @@ void BPWritten(int addr, int changes, int newval)
|
|||
// Clear color
|
||||
Renderer::SetRenderMode(Renderer::RM_Normal);
|
||||
// Clear Z-Buffer target
|
||||
bool bRestoreZBufferTarget = Renderer::GetFakeZTarget() != 0;
|
||||
bool bRestoreZBufferTarget = Renderer::UseFakeZTarget();
|
||||
|
||||
// Update the view port for clearing the picture
|
||||
glViewport(0, 0, Renderer::GetTargetWidth(), Renderer::GetTargetHeight());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue