Skip to content

Commit 6d5f8b6

Browse files
committed
Enable Rush Frame Presentation by default
plus update dolphin build base
1 parent 4710630 commit 6d5f8b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Source/Core/Core/Config/MainSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Info<int> MAIN_MAX_FALLBACK{{System::Main, "Core", "MaxFallback"}, 100};
4848
const Info<int> MAIN_TIMING_VARIANCE{{System::Main, "Core", "TimingVariance"}, 8};
4949
const Info<bool> MAIN_CORRECT_TIME_DRIFT{{System::Main, "Core", "CorrectTimeDrift"}, false};
5050
const Info<bool> MAIN_RUSH_FRAME_PRESENTATION{{System::Main, "Core", "RushFramePresentation"},
51-
false};
51+
true};
5252
const Info<bool> MAIN_SMOOTH_EARLY_PRESENTATION{{System::Main, "Core", "SmoothEarlyPresentation"},
5353
false};
5454
#if defined(ANDROID)

Source/Core/DolphinQt/AboutDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent)
3939
</p>
4040
4141
<p>
42-
Built on Dolphin 2509. %CHECK_FOR_UPDATES%: <a href='https://projectplusgame.com'>projectplusgame.com.</a>
42+
Built on Dolphin 2512. %CHECK_FOR_UPDATES%: <a href='https://projectplusgame.com'>projectplusgame.com.</a>
4343
</p>
4444
4545
<p>

Source/Core/DolphinQt/Settings/AdvancedPane.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void AdvancedPane::CreateLayout()
124124
"<br><br>This will generally make frame pacing worse."
125125
"<br>This setting can work either with or without Immediately Present XFB."
126126
"<br>An Audio Buffer Size of at least 80 ms is recommended to ensure full effect."
127-
"<br><br><dolphin_emphasis>If unsure, leave this unchecked.</dolphin_emphasis>"));
127+
"<br><br><dolphin_emphasis>If unsure, leave this checked.</dolphin_emphasis>"));
128128
timing_group_layout->addWidget(rush_frame_presentation);
129129

130130
auto* const smooth_early_presentation =

0 commit comments

Comments
 (0)