diff options
| author | NeoBrainX <NeoBrainX@googlemail.com> | 2010-11-07 10:11:58 +0000 |
|---|---|---|
| committer | NeoBrainX <NeoBrainX@googlemail.com> | 2010-11-07 10:11:58 +0000 |
| commit | 58c8e7cb4881a1111db3f81812886beacebf4401 (patch) | |
| tree | 7e42b8085ce3e84093d771b9e1e873859ce6ceb2 /Source/Core/VideoCommon/Src/BPStructs.cpp | |
| parent | 6666b400a32249752815a33ac78e9fd1557f3bca (diff) | |
DX9/DX11: Remove some dead or obsolete code.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6354 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/BPStructs.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/BPStructs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/BPStructs.cpp b/Source/Core/VideoCommon/Src/BPStructs.cpp index 10cd1e5c88..d6709e20e3 100644 --- a/Source/Core/VideoCommon/Src/BPStructs.cpp +++ b/Source/Core/VideoCommon/Src/BPStructs.cpp @@ -280,7 +280,7 @@ void BPWritten(const BPCmd& bp) ClearScreen(bp, rc); } - RestoreRenderState(bp); + RestoreRenderState(bp); // TODO: Remove this call, handle this in the plugins instead break; } |
