mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-23 11:53:28 +00:00
Updated submodules
This commit is contained in:
parent
5424494f7e
commit
cefde1ca0c
@ -12,7 +12,7 @@ struct Application : boo::IApplicationCallback
|
|||||||
HECL::Runtime::FileStoreManager m_fileMgr;
|
HECL::Runtime::FileStoreManager m_fileMgr;
|
||||||
Specter::FontCache m_fontCache;
|
Specter::FontCache m_fontCache;
|
||||||
boo::IWindow* m_mainWindow;
|
boo::IWindow* m_mainWindow;
|
||||||
Specter::ViewSystem m_viewSystem;
|
Specter::ViewResources m_viewResources;
|
||||||
std::unique_ptr<Specter::RootView> m_rootView;
|
std::unique_ptr<Specter::RootView> m_rootView;
|
||||||
Retro::CVarManager m_cvarManager;
|
Retro::CVarManager m_cvarManager;
|
||||||
Zeus::CColor m_clearColor;
|
Zeus::CColor m_clearColor;
|
||||||
@ -41,8 +41,8 @@ struct Application : boo::IApplicationCallback
|
|||||||
tmp->addListener(listen);
|
tmp->addListener(listen);
|
||||||
|
|
||||||
boo::IGraphicsDataFactory* gf = m_mainWindow->getMainContextDataFactory();
|
boo::IGraphicsDataFactory* gf = m_mainWindow->getMainContextDataFactory();
|
||||||
m_viewSystem.init(gf, &m_fontCache);
|
m_viewResources.init(gf, &m_fontCache, m_mainWindow->getVirtualPixelFactor());
|
||||||
m_rootView.reset(new Specter::RootView(m_viewSystem, m_mainWindow));
|
m_rootView.reset(new Specter::RootView(m_viewResources, m_mainWindow));
|
||||||
|
|
||||||
m_mainWindow->setWaitCursor(false);
|
m_mainWindow->setWaitCursor(false);
|
||||||
boo::IGraphicsCommandQueue* gfxQ = m_mainWindow->getCommandQueue();
|
boo::IGraphicsCommandQueue* gfxQ = m_mainWindow->getCommandQueue();
|
||||||
|
2
hecl
2
hecl
@ -1 +1 @@
|
|||||||
Subproject commit 7f189da063d3475a3980d19be65b18aa228e175c
|
Subproject commit 5193310ce43c87a14b8521191eb43d60aecf32f8
|
@ -1 +1 @@
|
|||||||
Subproject commit 3a0d803099b4ad4281491db7f4673cc0c22f333d
|
Subproject commit 4df3ea7a6b513b26e60f7a300100740639dbfd3d
|
Loading…
x
Reference in New Issue
Block a user