Merge branch 'serena/macos-bar-menu-items'
This commit is contained in:
commit
177a6821ee
10 changed files with 449 additions and 15 deletions
|
@ -1306,6 +1306,15 @@ void Config::SetAppendedConfigIni(const Path &path) {
|
|||
appendedConfigFileName_ = path;
|
||||
}
|
||||
|
||||
void Config::UpdateAfterSettingAutoFrameSkip() {
|
||||
if (bAutoFrameSkip && iFrameSkip == 0) {
|
||||
iFrameSkip = 1;
|
||||
}
|
||||
|
||||
if (bAutoFrameSkip && bSkipBufferEffects) {
|
||||
bSkipBufferEffects = false;
|
||||
}
|
||||
}
|
||||
|
||||
void Config::Load(const char *iniFileName, const char *controllerIniFilename) {
|
||||
if (!bUpdatedInstanceCounter) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue