mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
Clean up this one a little.
This commit is contained in:
parent
888ba881ec
commit
8f52b2f0f8
12
dynamic.c
12
dynamic.c
@ -642,13 +642,11 @@ static bool rarch_game_specific_options(char **output)
|
|||||||
strlcat(game_path, ".opt", PATH_MAX_LENGTH);
|
strlcat(game_path, ".opt", PATH_MAX_LENGTH);
|
||||||
|
|
||||||
option_file = config_file_new(game_path);
|
option_file = config_file_new(game_path);
|
||||||
if (option_file)
|
if (!option_file) return false;
|
||||||
{
|
|
||||||
RARCH_LOG("Per-Game Options: game-specific core options found at %s\n", game_path);
|
RARCH_LOG("Per-Game Options: game-specific core options found at %s\n", game_path);
|
||||||
*output = game_path;
|
*output = game_path;
|
||||||
return true;
|
return true;
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user