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

@ -30,6 +30,7 @@ class GBATASInputWindow;
class GCTASInputWindow;
class GraphicsWindow;
class HotkeyScheduler;
class InfinityBaseWindow;
class JITWidget;
class LogConfigWidget;
class LogWidget;
@ -161,6 +162,7 @@ private:
void ShowNetPlayBrowser();
void ShowFIFOPlayer();
void ShowSkylanderPortal();
void ShowInfinityBase();
void ShowMemcardManager();
void ShowResourcePackManager();
void ShowCheatsManager();
@ -225,6 +227,7 @@ private:
GraphicsWindow* m_graphics_window = nullptr;
FIFOPlayerWindow* m_fifo_window = nullptr;
SkylanderPortalWindow* m_skylander_window = nullptr;
InfinityBaseWindow* m_infinity_window = nullptr;
MappingWindow* m_hotkey_window = nullptr;
FreeLookWindow* m_freelook_window = nullptr;