RetroArch
|
#include <stdint.h>
#include <retro_miscellaneous.h>
#include <lists/file_list.h>
#include <lists/string_list.h>
#include <file/file_path.h>
#include <compat/strl.h>
#include <streams/file_stream.h>
#include <string/stdstring.h>
#include "menu_driver.h"
#include "menu_networking.h"
#include "menu_cbs.h"
#include "menu_entries.h"
#include "../core_info.h"
#include "../configuration.h"
#include "../file_path_special.h"
#include "../msg_hash.h"
#include "../tasks/tasks_internal.h"
Functions | |
void | print_buf_lines (file_list_t *list, char *buf, const char *label, int buf_size, enum msg_file_type type, bool append, bool extended) |
void | cb_net_generic_subdir (void *task_data, void *user_data, const char *err) |
void | cb_net_generic (void *task_data, void *user_data, const char *err) |
void print_buf_lines | ( | file_list_t * | list, |
char * | buf, | ||
const char * | label, | ||
int | buf_size, | ||
enum msg_file_type | type, | ||
bool | append, | ||
bool | extended | ||
) |