mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Rename to file_list_get_last_previous_stack to make its purpose clearer
This commit is contained in:
parent
5acde7a8a6
commit
cace73b265
@ -220,7 +220,7 @@ void file_list_get_at_offset(const file_list_t *list, size_t index,
|
||||
*file_type = list->list[index].type;
|
||||
}
|
||||
|
||||
bool file_list_get_previous_stack(const file_list_t *list,
|
||||
bool file_list_get_last_previous_stack(const file_list_t *list,
|
||||
const char **path, const char **label,
|
||||
unsigned *file_type)
|
||||
{
|
||||
|
@ -56,7 +56,7 @@ void file_list_push(file_list_t *userdata, const char *path,
|
||||
void file_list_pop(file_list_t *list, size_t *directory_ptr);
|
||||
void file_list_clear(file_list_t *list);
|
||||
|
||||
bool file_list_get_previous_stack(const file_list_t *list,
|
||||
bool file_list_get_last_previous_stack(const file_list_t *list,
|
||||
const char **path, const char **label,
|
||||
unsigned *file_type);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user