mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
FifoAnalyzer: remove un-implemented header
This commit is contained in:
@ -21,7 +21,6 @@ namespace FifoAnalyzer
|
|||||||
void InitBPMemory(BPMemory* bpMem);
|
void InitBPMemory(BPMemory* bpMem);
|
||||||
BPCmd DecodeBPCmd(u32 value, const BPMemory &bpMem);
|
BPCmd DecodeBPCmd(u32 value, const BPMemory &bpMem);
|
||||||
void LoadBPReg(const BPCmd& bp, BPMemory &bpMem);
|
void LoadBPReg(const BPCmd& bp, BPMemory &bpMem);
|
||||||
void GetTlutLoadData(u32& tlutAddr, u32 &memAddr, u32 &tlutXferCount, BPMemory &bpMem);
|
|
||||||
|
|
||||||
struct CPMemory
|
struct CPMemory
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user