mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Use brute force to link the software plugin.
Not yet functional. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7050 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -236,14 +236,14 @@ struct XFRegisters
|
||||
#define XFMEM_LIGHTS_END 0x680
|
||||
|
||||
|
||||
extern XFRegisters xfregs;
|
||||
extern XFRegisters swxfregs;
|
||||
|
||||
void InitXFMemory();
|
||||
|
||||
void XFWritten(u32 transferSize, u32 baseAddress);
|
||||
|
||||
void LoadXFReg(u32 transferSize, u32 baseAddress, u32 *pData);
|
||||
void SWLoadXFReg(u32 transferSize, u32 baseAddress, u32 *pData);
|
||||
|
||||
void LoadIndexedXF(u32 val, int array);
|
||||
void SWLoadIndexedXF(u32 val, int array);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user