summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPStructs.cpp
diff options
context:
space:
mode:
authorConnor McLaughlin <stenzek@gmail.com>2019-07-25 13:50:57 +1000
committerGitHub <noreply@github.com>2019-07-25 13:50:57 +1000
commitac9912bad3ad35b1ef27151ba724a3424c110acc (patch)
tree3f6873682f9c6f2570ed0123be82475cc62873d4 /Source/Core/VideoCommon/BPStructs.cpp
parentd82e0e0761aa8cf08048aed64011f0edf5d967a8 (diff)
parent2d4d61e967baa460fa45abd4fd6bccfb12fe3cac (diff)
Merge pull request #6321 from stenzek/efb-savestates
Support saving EFB and texture cache in save states
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
-rw-r--r--Source/Core/VideoCommon/BPStructs.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp
index 12fc46b209..fdfca161b9 100644
--- a/Source/Core/VideoCommon/BPStructs.cpp
+++ b/Source/Core/VideoCommon/BPStructs.cpp
@@ -68,9 +68,6 @@ static void BPWritten(const BPCmd& bp)
----------------------------------------------------------------------------------------------------------------
*/
- // check for invalid state, else unneeded configuration are built
- g_video_backend->CheckInvalidState();
-
if (((s32*)&bpmem)[bp.address] == bp.newvalue)
{
if (!(bp.address == BPMEM_TRIGGER_EFB_COPY || bp.address == BPMEM_CLEARBBOX1 ||