RetroArch
Functions | Variables
frontend_salamander.c File Reference
#include <stdint.h>
#include <boolean.h>
#include <stddef.h>
#include <string.h>
#include <file/config_file.h>
#include <file/file_path.h>
#include <lists/dir_list.h>
#include <retro_miscellaneous.h>
#include <string/stdstring.h>
#include <compat/strl.h>
#include "frontend_driver.h"
#include "../defaults.h"
#include "../verbosity.h"
Include dependency graph for frontend_salamander.c:

Functions

static void find_first_libretro_core (char *first_file, size_t size_of_first_file, const char *dir, const char *ext)
 
static void find_and_set_first_file (char *s, size_t len, const char *ext)
 
static void salamander_init (char *s, size_t len)
 
int main (int argc, char *argv[])
 

Variables

struct defaults g_defaults
 

Function Documentation

◆ find_and_set_first_file()

static void find_and_set_first_file ( char *  s,
size_t  len,
const char *  ext 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ find_first_libretro_core()

static void find_first_libretro_core ( char *  first_file,
size_t  size_of_first_file,
const char *  dir,
const char *  ext 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

◆ salamander_init()

static void salamander_init ( char *  s,
size_t  len 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ g_defaults

struct defaults g_defaults