mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
PPCSymbolDB: Move instance to PowerPCManager
This commit is contained in:
@ -92,6 +92,7 @@ class MMU;
|
||||
class PowerPCManager;
|
||||
struct PowerPCState;
|
||||
} // namespace PowerPC
|
||||
class PPCSymbolDB;
|
||||
namespace ProcessorInterface
|
||||
{
|
||||
class ProcessorInterfaceManager;
|
||||
@ -184,6 +185,7 @@ public:
|
||||
PixelShaderManager& GetPixelShaderManager() const;
|
||||
PowerPC::PowerPCManager& GetPowerPC() const;
|
||||
PowerPC::PowerPCState& GetPPCState() const;
|
||||
PPCSymbolDB& GetPPCSymbolDB() const;
|
||||
ProcessorInterface::ProcessorInterfaceManager& GetProcessorInterface() const;
|
||||
SerialInterface::SerialInterfaceManager& GetSerialInterface() const;
|
||||
Sram& GetSRAM() const;
|
||||
|
Reference in New Issue
Block a user