mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Merge pull request #2078 from lioncash/fwd
PPCTables: Remove an unnecessary forward declaration
This commit is contained in:
commit
6a14300c9c
1 changed files with 0 additions and 2 deletions
|
@ -105,8 +105,6 @@ extern int m_numInstructions;
|
||||||
GekkoOPInfo *GetOpInfo(UGeckoInstruction _inst);
|
GekkoOPInfo *GetOpInfo(UGeckoInstruction _inst);
|
||||||
Interpreter::_interpreterInstruction GetInterpreterOp(UGeckoInstruction _inst);
|
Interpreter::_interpreterInstruction GetInterpreterOp(UGeckoInstruction _inst);
|
||||||
|
|
||||||
class cJit64;
|
|
||||||
|
|
||||||
namespace PPCTables
|
namespace PPCTables
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue