mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Feature: Emulate Disney Infinity Base
Create, Load and Clear Infinity figures on an emulated base in the UI
This commit is contained in:
@ -57,7 +57,8 @@ class HSPManager;
|
||||
namespace IOS::HLE::USB
|
||||
{
|
||||
class SkylanderPortal;
|
||||
};
|
||||
class InfinityBase;
|
||||
}; // namespace IOS::HLE::USB
|
||||
namespace Memory
|
||||
{
|
||||
class MemoryManager;
|
||||
@ -138,6 +139,7 @@ public:
|
||||
Interpreter& GetInterpreter() const;
|
||||
JitInterface& GetJitInterface() const;
|
||||
IOS::HLE::USB::SkylanderPortal& GetSkylanderPortal() const;
|
||||
IOS::HLE::USB::InfinityBase& GetInfinityBase() const;
|
||||
Memory::MemoryManager& GetMemory() const;
|
||||
MemoryInterface::MemoryInterfaceManager& GetMemoryInterface() const;
|
||||
PowerPC::MMU& GetMMU() const;
|
||||
|
Reference in New Issue
Block a user