mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Core: Shorten the _interpreterInstruction typedef
The class itself already acts as a namespace trailer, so '_interpreter' isn't necessary. This also gets rid of a duplicate typedef in the Interpreter_Tables.
This commit is contained in:
@ -100,7 +100,7 @@ extern GekkoOPInfo *m_allInstructions[512];
|
||||
extern int m_numInstructions;
|
||||
|
||||
GekkoOPInfo *GetOpInfo(UGeckoInstruction _inst);
|
||||
Interpreter::_interpreterInstruction GetInterpreterOp(UGeckoInstruction _inst);
|
||||
Interpreter::Instruction GetInterpreterOp(UGeckoInstruction _inst);
|
||||
|
||||
namespace PPCTables
|
||||
{
|
||||
|
Reference in New Issue
Block a user