Dehardcode some constants

This commit is contained in:
twinaphex 2016-06-30 19:09:22 +02:00
parent bd8a7d030e
commit bb15d50ff9
1 changed files with 2 additions and 2 deletions

View File

@ -796,8 +796,8 @@ static int action_ok_playlist_entry(const char *path,
RARCH_LOG("playlist file: %s\n", menu->db_playlist_file); RARCH_LOG("playlist file: %s\n", menu->db_playlist_file);
#endif #endif
if ( string_is_equal(core_path, "DETECT") if ( string_is_equal(core_path, file_path_str(FILE_PATH_DETECT))
&& string_is_equal(core_name, "DETECT")) && string_is_equal(core_name, file_path_str(FILE_PATH_DETECT)))
{ {
core_info_ctx_find_t core_info; core_info_ctx_find_t core_info;
char new_core_path[PATH_MAX_LENGTH] = {0}; char new_core_path[PATH_MAX_LENGTH] = {0};