mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
another 64bit
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@742 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -82,7 +82,7 @@ void ExecuteDisplayList(u32 address, u32 size)
|
|||||||
#ifdef DATAREADER_INLINE
|
#ifdef DATAREADER_INLINE
|
||||||
u32 old_pVideoData = g_pVideoData;
|
u32 old_pVideoData = g_pVideoData;
|
||||||
|
|
||||||
const u32 startAddress = (u32)Memory_GetPtr(address);
|
const u64 startAddress = (u64)Memory_GetPtr(address);
|
||||||
g_pVideoData = startAddress;
|
g_pVideoData = startAddress;
|
||||||
#endif
|
#endif
|
||||||
// temporarily swap dl and non-dl(small "hack" for the stats)
|
// temporarily swap dl and non-dl(small "hack" for the stats)
|
||||||
|
Reference in New Issue
Block a user