Skip to content

Commit

Permalink
Add FILE_PATH_INDEX_DIRS_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jun 20, 2016
1 parent 36db065 commit 1bb8ae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions file_path_special.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ enum file_path_enum
FILE_PATH_CHEATS_ZIP,
FILE_PATH_LAKKA_URL,
FILE_PATH_CORE_THUMBNAILS_URL,
FILE_PATH_INDEX_DIRS_URL,
FILE_PATH_INDEX_URL,
FILE_PATH_INDEX_EXTENDED_URL,
};
Expand Down
2 changes: 2 additions & 0 deletions file_path_str.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const char *file_path_str(enum file_path_enum enum_idx)
{
case FILE_PATH_INDEX_URL:
return ".index";
case FILE_PATH_INDEX_DIRS_URL:
return ".index-dirs";
case FILE_PATH_INDEX_EXTENDED_URL:
return ".index-extended";
case FILE_PATH_CORE_THUMBNAILS_URL:
Expand Down

0 comments on commit 1bb8ae4

Please sign in to comment.