Add default value for Separate Update Folder (#1735)

Co-authored-by: rainmakerv2 <30595646+jpau02@users.noreply.github.com>
This commit is contained in:
rainmakerv2 2024-12-11 20:57:11 +08:00 committed by GitHub
parent e36c4d5f75
commit 14c2be8c67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -743,6 +743,7 @@ void setDefaultValues() {
emulator_language = "en";
m_language = 1;
gpuId = -1;
separateupdatefolder = false;
}
} // namespace Config