Skip to content

Commit 1389f45

Browse files
committed
Merge branch 'v0.9' of https://github.com/optiscaler/OptiScaler into v0.9
2 parents 70ac017 + 1f1f8c9 commit 1389f45

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

OptiScaler/menu/menu_common.cpp

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static ImVec2 splashPosition(-1000.0f, -1000.0f);
4141
static ImVec2 splashSize(0.0f, 0.0f);
4242
static double splashStart = 0.0;
4343
static double splashLimit = 0.0;
44-
static std::vector<std::string> splashText = { "May the coping commence...",
44+
static std::vector<std::string> splashText = { "Cope smarter, not harder",
4545
"Coping is strong with this one...",
4646
"This is where the fun begins...",
4747
"Got any more of them scalers?...",
@@ -78,7 +78,7 @@ static std::vector<std::string> splashText = { "May the coping commence...",
7878
"FSR4 DP4a wenETA, AMD plz",
7979
"OptiCopers, assemble!",
8080
"The Way It's Meant To Be Upscaled",
81-
"Your game may even not crash today",
81+
"Your game may not even crash today",
8282
"Expanded and Enhanced",
8383
"It's only my 5th crash today",
8484
"Latency with FG? But I have good internet",
@@ -87,7 +87,13 @@ static std::vector<std::string> splashText = { "May the coping commence...",
8787
"Such an aggressive upscaling? A bold move",
8888
"I almost don't feel the input lag",
8989
"And that's how you get to 60 FPS",
90-
"<Your funny text goes here>" };
90+
"<Your funny text goes here>",
91+
"Together We Upscale",
92+
"For upscalers, by upscalers",
93+
"Opti Sports, it's in the sampling",
94+
"Render in your world. Upscale in ours",
95+
"All your pixels are belong to us",
96+
"Upscaling for the masses, not the classes" };
9197

9298
void MenuCommon::ShowTooltip(const char* tip)
9399
{

0 commit comments

Comments
 (0)