Remove CDebugSettings from CArmRecompilerOps
This commit is contained in:
parent
5ea6c2c0c5
commit
3846cb4515
|
@ -13,11 +13,9 @@
|
|||
#include <Project64-core/N64System/Mips/RegisterClass.h>
|
||||
#include <Project64-core/N64System/Recompiler/RecompilerOps.h>
|
||||
#include <Project64-core/N64System/Recompiler/Arm/ArmOps.h>
|
||||
#include <Project64-core/Settings/DebugSettings.h>
|
||||
|
||||
class CArmRecompilerOps :
|
||||
public CRecompilerOps,
|
||||
protected CDebugSettings,
|
||||
private CArmOps,
|
||||
protected CSystemRegisters
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue