|
RetroArch
|
#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"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 |
|
static |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
| struct defaults g_defaults |
1.8.15