discord: see the previous commit message
This commit is contained in:
parent
f507905345
commit
ea561c8dfe
|
@ -161,7 +161,7 @@ void discord_update(enum discord_presence presence)
|
||||||
const char *item = string_replace_substring(
|
const char *item = string_replace_substring(
|
||||||
string_replace_substring(string_to_lower(missing_core_icons[i]), " ", "_"), "/", "_");
|
string_replace_substring(string_to_lower(missing_core_icons[i]), " ", "_"), "/", "_");
|
||||||
|
|
||||||
if (strcmp(item, core_name) == 0)
|
if (strcmp(item, system_name) == 0)
|
||||||
{
|
{
|
||||||
discord_presence.largeImageKey = "core";
|
discord_presence.largeImageKey = "core";
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue