mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
VideoCommon: remove XFReg copy optimization
This code is just ugly and I doubt there is a way that copying twice is faster.
This commit is contained in:
@ -273,5 +273,5 @@ struct XFMemory
|
||||
|
||||
extern XFMemory xfmem;
|
||||
|
||||
void LoadXFReg(u32 transferSize, u32 address, u32 *pData);
|
||||
void LoadXFReg(u32 transferSize, u32 address);
|
||||
void LoadIndexedXF(u32 val, int array);
|
||||
|
Reference in New Issue
Block a user