mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
PPCAnalyst: drop needless forward declarations
This commit is contained in:
parent
767ed88f3d
commit
0d3acbd9c7
@ -46,9 +46,6 @@ CodeBuffer::~CodeBuffer()
|
||||
delete[] codebuffer;
|
||||
}
|
||||
|
||||
void AnalyzeFunction2(Symbol &func);
|
||||
u32 EvaluateBranchTarget(UGeckoInstruction instr, u32 pc);
|
||||
|
||||
#define INVALID_TARGET ((u32)-1)
|
||||
|
||||
u32 EvaluateBranchTarget(UGeckoInstruction instr, u32 pc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user