summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.h
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2016-01-13 21:14:20 +0100
committerdegasus <wickmarkus@web.de>2016-06-26 12:34:59 +0200
commit7833ff25df5cb3bf10b363d30d7af8007094454a (patch)
tree0ee31e872c3b5ac1951e72bb54266e3e5e672306 /Source/Core/VideoCommon/OpcodeDecoding.h
parentb16333a25cc0d8396f71fa1e410484026adea964 (diff)
VideoBackends: Merge Initialize and Shutdown functions.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
-rw-r--r--Source/Core/VideoCommon/OpcodeDecoding.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.h b/Source/Core/VideoCommon/OpcodeDecoding.h
index 13a68548d2..df462e0c30 100644
--- a/Source/Core/VideoCommon/OpcodeDecoding.h
+++ b/Source/Core/VideoCommon/OpcodeDecoding.h
@@ -42,7 +42,6 @@ class DataReader;
namespace OpcodeDecoder
{
void Init();
-void Shutdown();
template <bool is_preprocess = false>
u8* Run(DataReader src, u32* cycles, bool in_display_list);