mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
Update boo; add get/setVariableFrameTime to CVarCommons
This commit is contained in:
2
hecl/extern/boo
vendored
2
hecl/extern/boo
vendored
Submodule hecl/extern/boo updated: bd5ea36659...2bd9f8a553
@@ -99,6 +99,10 @@ struct CVarCommons {
|
||||
|
||||
void setDeepColor(bool b) { m_deepColor->fromBoolean(b); }
|
||||
|
||||
bool getVariableFrameTime() const { return m_variableDt->toBoolean(); }
|
||||
|
||||
void setVariableFrameTime(bool b) { m_variableDt->fromBoolean(b); }
|
||||
|
||||
std::string getLogFile() const { return m_logFile->toLiteral(); };
|
||||
|
||||
void setLogFile(std::string_view log) { m_logFile->fromLiteral(log); }
|
||||
|
||||
Reference in New Issue
Block a user