mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
JitInterface: Refactor to class, move to System.
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
|
||||
class GeometryShaderManager;
|
||||
class Interpreter;
|
||||
class JitInterface;
|
||||
class PixelShaderManager;
|
||||
class SoundStream;
|
||||
struct Sram;
|
||||
@ -133,6 +134,7 @@ public:
|
||||
GPFifo::GPFifoManager& GetGPFifo() const;
|
||||
HSP::HSPManager& GetHSP() const;
|
||||
Interpreter& GetInterpreter() const;
|
||||
JitInterface& GetJitInterface() const;
|
||||
IOS::HLE::USB::SkylanderPortal& GetSkylanderPortal() const;
|
||||
Memory::MemoryManager& GetMemory() const;
|
||||
MemoryInterface::MemoryInterfaceManager& GetMemoryInterface() const;
|
||||
|
Reference in New Issue
Block a user