mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-24 12:50:00 -05:00
game_window: change window title to "Unleashed Recompiled"
This commit is contained in:
@@ -373,7 +373,8 @@ public:
|
||||
if (Callback)
|
||||
Callback(this);
|
||||
|
||||
IsLoadedFromConfig = true;
|
||||
if (pSection->contains(Name))
|
||||
IsLoadedFromConfig = true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -683,6 +684,7 @@ public:
|
||||
CONFIG_DEFINE_HIDDEN("Exports", bool, HomingAttackOnBoost, true);
|
||||
CONFIG_DEFINE_HIDDEN("Exports", bool, SaveScoreAtCheckpoints, false);
|
||||
CONFIG_DEFINE_HIDDEN("Exports", bool, SkipIntroLogos, false);
|
||||
CONFIG_DEFINE_HIDDEN("Exports", bool, UseOfficialTitleOnTitleBar, false);
|
||||
|
||||
static std::filesystem::path GetConfigPath()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user