- Delete FIFO CriticalSection sFifoCritical for SAVE STATES. With the skid_au last changes that is not necessary anymore.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7162 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Marcos Vitali 2011-02-13 05:52:09 +00:00
parent 1ad211b3ad
commit 1d2c936f08
3 changed files with 0 additions and 19 deletions

View file

@ -184,10 +184,8 @@ void VideoFifo_CheckStateRequest()
if (Common::AtomicLoadAcquire(s_doStateRequested))
{
// Clear all caches that touch RAM
CommandProcessor::FifoCriticalEnter();
TextureCache::Invalidate(false);
VertexLoaderManager::MarkAllDirty();
CommandProcessor::FifoCriticalLeave();
PointerWrap p(s_doStateArgs.ptr, s_doStateArgs.mode);
VideoCommon_DoState(p);