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:
degasus
2014-09-03 22:39:26 +02:00
parent e1248599eb
commit ef6f6a7fa9
4 changed files with 15 additions and 101 deletions

View File

@ -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);