summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authorneobrain <neobrainx@gmail.com>2014-01-31 03:42:06 -0800
committerneobrain <neobrainx@gmail.com>2014-01-31 03:42:06 -0800
commit0735fb7a52876939bebda82be89145b1aa344606 (patch)
treed647db3292cb179f1494c462ae0b61b02b03a609 /Source/Core/VideoCommon/CommandProcessor.cpp
parent91fc1d74384c50d7e1c69a080a70235cabe70908 (diff)
parent91cddd874b4762fbca2c02aa3796f83e77b33320 (diff)
Merge pull request #13 from degasus/dlCacheRemove
Remove Display List caching.
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
-rw-r--r--Source/Core/VideoCommon/CommandProcessor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp
index 4f64d4172c..b52be51865 100644
--- a/Source/Core/VideoCommon/CommandProcessor.cpp
+++ b/Source/Core/VideoCommon/CommandProcessor.cpp
@@ -17,7 +17,6 @@
#include "HW/ProcessorInterface.h"
#include "HW/GPFifo.h"
#include "HW/Memmap.h"
-#include "DLCache.h"
#include "HW/SystemTimers.h"
#include "Core.h"
@@ -409,7 +408,6 @@ void Write16(const u16 _Value, const u32 _Address)
{
ResetVideoBuffer();
}
- IncrementCheckContextId();
DEBUG_LOG(COMMANDPROCESSOR,"Try to write to FIFO_RW_DISTANCE_HI : %04x", _Value);
break;
case FIFO_RW_DISTANCE_LO:
@@ -527,7 +525,6 @@ void SetCpStatus(bool isCPUThread)
{
INFO_LOG(COMMANDPROCESSOR, "Hit breakpoint at %i", fifo.CPReadPointer);
fifo.bFF_Breakpoint = true;
- IncrementCheckContextId();
}
}
else