mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(libretro-common) file_list.c - update function description
This commit is contained in:
parent
f7d4cc25e5
commit
435aa5ee7c
@ -30,11 +30,11 @@
|
||||
#include <compat/strcasestr.h>
|
||||
|
||||
/**
|
||||
* string_list_capacity:
|
||||
* @list : pointer to string list
|
||||
* @cap : new capacity for string list.
|
||||
* file_list_capacity:
|
||||
* @list : pointer to file list
|
||||
* @cap : new capacity for file list.
|
||||
*
|
||||
* Change maximum capacity of string list's size.
|
||||
* Change maximum capacity of file list's size.
|
||||
*
|
||||
* Returns: true (1) if successful, otherwise false (0).
|
||||
**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user