mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 14:51:39 +00:00
- 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:
parent
1ad211b3ad
commit
1d2c936f08
3 changed files with 0 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue