mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-06 13:13:28 +00:00
Archive ed_dpi
Update HECL
This commit is contained in:
parent
f441220404
commit
bf2487d036
@ -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
@ -1 +1 @@
|
|||||||
Subproject commit 7bbe4278b5fc7c700c746896b9b758d534a9301e
|
Subproject commit 44e2022c1d6e8046e2806f11737b872e1e49a129
|
Loading…
x
Reference in New Issue
Block a user