Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<p align="center">
<a href="https://github.com/SpecialKO/SpecialK/actions/workflows/build-windows.yml"><img src="https://github.com/SpecialKO/SpecialK/actions/workflows/build-windows.yml/badge.svg" alt="Builds"></a>&nbsp;
<a href="https://discord.gg/SpecialK"><img alt="Discord" src="https://img.shields.io/discord/778539700981071872?logo=discord&label=Discord"></a>
<a href="https://discord.special-k.info"><img alt="Discord" src="https://img.shields.io/discord/778539700981071872?logo=discord&label=Discord"></a>
</p>

Special K&nbsp;&nbsp;<sub>*"Lovingly referred to as the Swiss Army Knife of PC gaming, Special K does a bit of everything. It is best known for fixing and enhancing graphics, its many detailed performance analysis and correction mods, and a constantly growing palette of tools that solve a wide variety of issues affecting PC games."*</sub>
Expand Down
4 changes: 2 additions & 2 deletions src/control_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4587,7 +4587,7 @@ static constexpr uint32_t UPLAY_OVERLAY_PS_CRC32C { 0x35ae281c };
SK_PlatformOverlay_GoToURL ("https://discourse.differentk.fyi/", true);
#else
if (ImGui::MenuItem (R"("Kaldaien's Mod")", "Discord Server", &selected, true))
SK_PlatformOverlay_GoToURL ("https://discord.gg/SpecialK", true);
SK_PlatformOverlay_GoToURL ("https://discord.special-k.info", true);
#endif
}
ImGui::TreePop ();
Expand Down Expand Up @@ -4651,7 +4651,7 @@ static constexpr uint32_t UPLAY_OVERLAY_PS_CRC32C { 0x35ae281c };
)
)
{
SK_PlatformOverlay_GoToURL ("https://discord.gg/specialk",
SK_PlatformOverlay_GoToURL ("https://discord.special-k.info",
true
);
}
Expand Down
Loading