mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
PPCSymbolDB: Move instance to PowerPCManager
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user