Merge pull request #11792 from lioncash/trace

Common: Move CodeTrace.cpp/.h into Core
This commit is contained in:
Léo Lam
2023-04-25 01:04:36 +01:00
committed by GitHub
8 changed files with 8 additions and 8 deletions

View File

@ -24,10 +24,10 @@
#include <QWheelEvent>
#include "Common/Assert.h"
#include "Common/Debug/CodeTrace.h"
#include "Common/GekkoDisassembler.h"
#include "Common/StringUtil.h"
#include "Core/Core.h"
#include "Core/Debugger/CodeTrace.h"
#include "Core/Debugger/PPCDebugInterface.h"
#include "Core/PowerPC/MMU.h"
#include "Core/PowerPC/PPCAnalyst.h"

View File

@ -8,7 +8,7 @@
#include <QTableWidget>
#include "Common/CommonTypes.h"
#include "Common/Debug/CodeTrace.h"
#include "Core/Debugger/CodeTrace.h"
class QKeyEvent;
class QMouseEvent;

View File

@ -12,8 +12,8 @@
#include <QTableWidget>
#include <QVBoxLayout>
#include "Common/Debug/CodeTrace.h"
#include "Core/Core.h"
#include "Core/Debugger/CodeTrace.h"
#include "Core/HW/ProcessorInterface.h"
#include "Core/PowerPC/PowerPC.h"
#include "Core/System.h"