mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-07 03:32:40 +00:00
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
This commit is contained in:
parent
8439b06fdc
commit
55226f7ec4
2 changed files with 11 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue