From 8439b06fdc493397af1866d90d40eca777ac09f1 Mon Sep 17 00:00:00 2001 From: nakeee Date: Thu, 2 Oct 2008 13:11:10 +0000 Subject: [PATCH] another 64bit git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@742 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp b/Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp index fcab65c818..d79d1e7e3f 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp @@ -82,7 +82,7 @@ void ExecuteDisplayList(u32 address, u32 size) #ifdef DATAREADER_INLINE u32 old_pVideoData = g_pVideoData; - const u32 startAddress = (u32)Memory_GetPtr(address); + const u64 startAddress = (u64)Memory_GetPtr(address); g_pVideoData = startAddress; #endif // temporarily swap dl and non-dl(small "hack" for the stats)