diff options
| author | nakeee <nakeee@gmail.com> | 2008-10-02 14:25:03 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-10-02 14:25:03 +0000 |
| commit | 55226f7ec47e1058b525bab42be65c8c377b267c (patch) | |
| tree | be9a67a5e8bdde0cce39094f747af4921cca5171 /Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp | |
| parent | 8439b06fdc493397af1866d90d40eca777ac09f1 (diff) | |
reverting 64 bit as it doesn't work properly.
Well can't say I didn't try :-)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@743 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp | 2 |
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 d79d1e7e3f..fcab65c818 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 u64 startAddress = (u64)Memory_GetPtr(address);
+ const u32 startAddress = (u32)Memory_GetPtr(address);
g_pVideoData = startAddress;
#endif
// temporarily swap dl and non-dl(small "hack" for the stats)
|
