mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
discord: fixed the corename comparison statement
This commit is contained in:
parent
bb451d59e8
commit
f507905345
@ -161,7 +161,7 @@ void discord_update(enum discord_presence presence)
|
||||
const char *item = string_replace_substring(
|
||||
string_replace_substring(string_to_lower(missing_core_icons[i]), " ", "_"), "/", "_");
|
||||
|
||||
if (strcmp(item, core_name))
|
||||
if (strcmp(item, core_name) == 0)
|
||||
{
|
||||
discord_presence.largeImageKey = "core";
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user