diff options
| author | skidau <skidau@gmail.com> | 2015-02-23 13:08:39 +1100 |
|---|---|---|
| committer | skidau <skidau@gmail.com> | 2015-02-23 13:08:39 +1100 |
| commit | 1c2977442f68031a0eb027cd12a3be739cb0ac1a (patch) | |
| tree | 77e1691159e3e661c44567dbb85f0e944d8b9902 /Source/Core/VideoCommon/VertexManagerBase.cpp | |
| parent | 57e9d597044eabaf7350e2efceec64d5ad884b2b (diff) | |
| parent | b35fa222f5db3d7862a8526735d195284b4a1f34 (diff) | |
Merge pull request #1992 from degasus/asyncevents
Asyncevents
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexManagerBase.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp index bf7800cc9a..520654448f 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.cpp +++ b/Source/Core/VideoCommon/VertexManagerBase.cpp @@ -166,8 +166,6 @@ void VertexManager::Flush() // loading a state will invalidate BP, so check for it g_video_backend->CheckInvalidState(); - VideoFifo_CheckEFBAccess(); - #if defined(_DEBUG) || defined(DEBUGFAST) PRIM_LOG("frame%d:\n texgen=%d, numchan=%d, dualtex=%d, ztex=%d, cole=%d, alpe=%d, ze=%d", g_ActiveConfig.iSaveTargetId, xfmem.numTexGen.numTexGens, xfmem.numChan.numColorChans, xfmem.dualTexTrans.enabled, bpmem.ztex2.op, |
