mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 01:40:22 +00:00
VideoCommon: cleanup OpcodeDecoder
This commit is contained in:
parent
4b22885ed8
commit
21970c4a2a
8 changed files with 197 additions and 224 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "VideoCommon/CPMemory.h"
|
||||
#include "VideoCommon/DataReader.h"
|
||||
|
||||
|
||||
// Lighting
|
||||
|
@ -273,6 +274,6 @@ struct XFMemory
|
|||
|
||||
extern XFMemory xfmem;
|
||||
|
||||
void LoadXFReg(u32 transferSize, u32 address);
|
||||
void LoadXFReg(u32 transferSize, u32 address, DataReader src);
|
||||
void LoadIndexedXF(u32 val, int array);
|
||||
void PreprocessIndexedXF(u32 val, int refarray);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue