mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-27 03:56:06 +00:00
Cleanups
This commit is contained in:
parent
6f221fb425
commit
d085dae5bb
@ -451,8 +451,8 @@ bool menu_load_content(enum rarch_core_type type)
|
||||
|
||||
if (!(main_load_content(0, NULL, NULL, menu_environment_get)))
|
||||
{
|
||||
char name[PATH_MAX_LENGTH] = {0};
|
||||
char msg[PATH_MAX_LENGTH] = {0};
|
||||
char name[PATH_MAX_LENGTH];
|
||||
char msg[PATH_MAX_LENGTH];
|
||||
|
||||
fill_pathname_base(name, fullpath, sizeof(name));
|
||||
snprintf(msg, sizeof(msg), "Failed to load %s.\n", name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user