mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(discord) Warning fix
This commit is contained in:
parent
0af4b6a0d6
commit
11e138fe6e
@ -461,7 +461,7 @@ void discord_init(void)
|
||||
|
||||
Discord_Initialize(settings->arrays.discord_app_id, &handlers, 0, NULL);
|
||||
|
||||
#ifdef _WIN32)
|
||||
#ifdef _WIN32
|
||||
strlcpy(command, get_retroarch_launch_arguments(), sizeof(command));
|
||||
#else
|
||||
snprintf(command, sizeof(command), "sh -c %s", get_retroarch_launch_arguments());
|
||||
|
Loading…
x
Reference in New Issue
Block a user