diff options
| author | degasus <wickmarkus@web.de> | 2012-12-21 21:04:53 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2012-12-21 21:04:53 +0100 |
| commit | 2df0c31d13372bc29d488cf7e80d4adb9cf28b46 (patch) | |
| tree | e622f370d2a546749000dc3a75e297c6b37c921b /Source/Core/VideoCommon/Src/MainBase.cpp | |
| parent | 2db4549174620aa130ef012af26c2e1760c4928c (diff) | |
add invalid flag for BPStructs (fix issue 5790)
this flag will be set on loading a state and checked before every rendering.
Diffstat (limited to 'Source/Core/VideoCommon/Src/MainBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/MainBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/MainBase.cpp b/Source/Core/VideoCommon/Src/MainBase.cpp index cb6dc7ae5b..b5e72b1d8d 100644 --- a/Source/Core/VideoCommon/Src/MainBase.cpp +++ b/Source/Core/VideoCommon/Src/MainBase.cpp @@ -198,7 +198,7 @@ void VideoBackendHardware::DoState(PointerWrap& p) // Refresh state. if (p.GetMode() == PointerWrap::MODE_READ) { - BPReload(); + BPInvalidate(); RecomputeCachedArraybases(); // Clear all caches that touch RAM |
