Feature: Emulate Disney Infinity Base

Create, Load and Clear Infinity figures on an emulated base in the UI
This commit is contained in:
Joshua de Reeper
2023-01-25 10:51:02 +13:00
parent 88320f385d
commit f632f94645
18 changed files with 1554 additions and 21 deletions

View File

@ -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;