RetroArch
Functions | Variables
menu_filebrowser.c File Reference
#include <compat/strl.h>
#include <lists/string_list.h>
#include <string/stdstring.h>
#include <file/file_path.h>
#include <file/archive_file.h>
#include <lists/dir_list.h>
#include <boolean.h>
#include "menu_filebrowser.h"
#include "../menu_driver.h"
#include "../menu_displaylist.h"
#include "../../configuration.h"
#include "../../paths.h"
#include "../../retroarch.h"
#include "../../core.h"
#include "../../content.h"
#include "../../verbosity.h"
#include "../../dynamic.h"
Include dependency graph for menu_filebrowser.c:

Functions

enum filebrowser_enums filebrowser_get_type (void)
 
void filebrowser_clear_type (void)
 
void filebrowser_set_type (enum filebrowser_enums type)
 
void filebrowser_parse (menu_displaylist_info_t *info, unsigned type_data)
 

Variables

static enum filebrowser_enums filebrowser_types = FILEBROWSER_NONE
 

Function Documentation

◆ filebrowser_clear_type()

void filebrowser_clear_type ( void  )
Here is the caller graph for this function:

◆ filebrowser_get_type()

enum filebrowser_enums filebrowser_get_type ( void  )
Here is the caller graph for this function:

◆ filebrowser_parse()

void filebrowser_parse ( menu_displaylist_info_t info,
unsigned  type_data 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ filebrowser_set_type()

void filebrowser_set_type ( enum filebrowser_enums  type)
Here is the caller graph for this function:

Variable Documentation

◆ filebrowser_types

enum filebrowser_enums filebrowser_types = FILEBROWSER_NONE
static