From 7833ff25df5cb3bf10b363d30d7af8007094454a Mon Sep 17 00:00:00 2001 From: degasus Date: Wed, 13 Jan 2016 21:14:20 +0100 Subject: VideoBackends: Merge Initialize and Shutdown functions. --- Source/Core/VideoCommon/OpcodeDecoding.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h') 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 u8* Run(DataReader src, u32* cycles, bool in_display_list); -- cgit v1.2.3