From 65f8c4bca17686dd0eabb78ccdf98ee39d51e974 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Thu, 2 Oct 2008 19:59:50 +0000 Subject: [PATCH] unbreak DX9 build. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@747 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp b/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp index 379c05abd6..138e520bae 100644 --- a/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp +++ b/Source/Plugins/Plugin_VideoDX9/Src/OpcodeDecoding.cpp @@ -49,7 +49,7 @@ DecodedVArray tempvarray; // TODO (mb2): all! DataReader inline for DX9 #ifdef DATAREADER_INLINE -u32 g_pVideoData=0; +u8 *g_pVideoData=0; #endif void Decode();