mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
PPCSymbolDB: Move instance to PowerPCManager
This commit is contained in:
parent
7117d115e7
commit
c24fa93965
41 changed files with 201 additions and 160 deletions
|
@ -23,6 +23,7 @@ class System;
|
|||
|
||||
struct CodeViewBranch;
|
||||
class BranchDisplayDelegate;
|
||||
class PPCSymbolDB;
|
||||
|
||||
class CodeViewWidget : public QTableWidget
|
||||
{
|
||||
|
@ -102,6 +103,7 @@ private:
|
|||
void CalculateBranchIndentation();
|
||||
|
||||
Core::System& m_system;
|
||||
PPCSymbolDB& m_ppc_symbol_db;
|
||||
|
||||
bool m_updating = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue