summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-10-02 13:11:10 +0000
committernakeee <nakeee@gmail.com>2008-10-02 13:11:10 +0000
commit8439b06fdc493397af1866d90d40eca777ac09f1 (patch)
tree579b450b5f184d4e073c03a9ecbed67a69d35a7c /Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp
parentd6219e73bd020a1aad67912044ff47ee0e61662a (diff)
another 64bit
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@742 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp2
1 files changed, 1 insertions, 1 deletions
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)