mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Archive ed_dpi
Update HECL
This commit is contained in:
@@ -26,7 +26,7 @@ struct MLVL : BigYAML
|
|||||||
Value<atUint32> memRelayId;
|
Value<atUint32> memRelayId;
|
||||||
Value<atUint32> targetId;
|
Value<atUint32> targetId;
|
||||||
Value<atUint16> msg;
|
Value<atUint16> msg;
|
||||||
Value<atUint8> unk;
|
Value<bool> active;
|
||||||
};
|
};
|
||||||
Vector<MemRelayLink, DNA_COUNT(memRelayLinkCount)> memRelayLinks;
|
Vector<MemRelayLink, DNA_COUNT(memRelayLinkCount)> memRelayLinks;
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ struct Application : boo::IApplicationCallback
|
|||||||
|
|
||||||
unsigned dpi = m_mainWindow->getVirtualPixelFactor() * 72;
|
unsigned dpi = m_mainWindow->getVirtualPixelFactor() * 72;
|
||||||
HECL::CVar* cvDPI = m_cvarManager.newCVar("ed_dpi", "User-selected UI DPI",
|
HECL::CVar* cvDPI = m_cvarManager.newCVar("ed_dpi", "User-selected UI DPI",
|
||||||
int(dpi), HECL::CVar::EFlags::Editor);
|
int(dpi), HECL::CVar::EFlags::Editor | HECL::CVar::EFlags::Archive);
|
||||||
|
|
||||||
boo::IGraphicsDataFactory* gf = m_mainWindow->getMainContextDataFactory();
|
boo::IGraphicsDataFactory* gf = m_mainWindow->getMainContextDataFactory();
|
||||||
m_viewResources.init(gf, &m_fontCache, dpi);
|
m_viewResources.init(gf, &m_fontCache, dpi);
|
||||||
|
|||||||
2
hecl
2
hecl
Submodule hecl updated: 7bbe4278b5...44e2022c1d
Reference in New Issue
Block a user