diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2016-06-26 12:48:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-26 12:48:59 +0200 |
| commit | 3887328bbaf43320b22ef2ca4ade325c23789d0f (patch) | |
| tree | 4b3501c75657ecca47e85e3aa3fd4361641b78a3 /Source/Core/VideoCommon/CommandProcessor.cpp | |
| parent | b16333a25cc0d8396f71fa1e410484026adea964 (diff) | |
| parent | d79aeaa1e9b224b3bb147c605fb8ffd6e2bfc890 (diff) | |
Merge pull request #3510 from degasus/master
VideoBackends: Merge backend initialization and shutdown.
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/CommandProcessor.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp index fe53ffe8fe..cd471aae44 100644 --- a/Source/Core/VideoCommon/CommandProcessor.cpp +++ b/Source/Core/VideoCommon/CommandProcessor.cpp @@ -453,10 +453,6 @@ void SetCPStatusFromCPU() } } -void Shutdown() -{ -} - void SetCpStatusRegister() { // Here always there is one fifo attached to the GPU |
