mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00: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:
parent
e1248599eb
commit
ef6f6a7fa9
4 changed files with 15 additions and 101 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue